Method ExpressionDistanceRangeFields
ExpressionDistanceRangeFields(SerializedProperty, SerializedProperty, SerializedProperty)
Custom editor for fields representing the distance ranges by which we calculate expressions
Declaration
public static void ExpressionDistanceRangeFields(SerializedProperty reverseStatesProperty, SerializedProperty minimumsProperty, SerializedProperty maximumsProperty)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | reverseStatesProperty | The reverse states property |
SerializedProperty | minimumsProperty | The maximum distance values property |
SerializedProperty | maximumsProperty | The minimum distance values property |