SetVector3
Use this method to set the value of a Vector3 with the name you pass in.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
SetVector3(int, Vector3)
Use this method to set the value of a Vector3 with the name you pass in.
public void SetVector3(int nameID, Vector3 v)
Parameters
SetVector3(string, Vector3)
Use this method to set the value of a Vector3 with the name you pass in.
public void SetVector3(string name, Vector3 v)