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