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