SetVector4
Sets the value of a named Vector4 or Color property.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
SetVector4(int, Vector4)
Sets the value of a named Vector4 or Color property.
public void SetVector4(int nameID, Vector4 v)
Parameters
Remarks
Automatically changes overridden state for this property to true.
SetVector4(string, Vector4)
Sets the value of a named Vector4 or Color property.
public void SetVector4(string name, Vector4 v)
Parameters
Remarks
Automatically changes overridden state for this property to true.