Constructor MaxIntParameter
MaxIntParameter(int, int, bool)
Creates a new MaxIntParameter instance.
Declaration
public MaxIntParameter(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.  |