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