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