Constructor NoInterpFloatRangeParameter
NoInterpFloatRangeParameter(Vector2, float, float, bool)
Creates a new NoInterpFloatRangeParameter instance.
Declaration
public NoInterpFloatRangeParameter(Vector2 value, float min, float max, bool overrideState = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The initial value to store in the parameter. |
| float | min | The minimum value to clamp the parameter to |
| float | max | The maximum value to clamp the parameter to. |
| bool | overrideState | The initial override state for the parameter. |