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