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