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