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