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