SetVector
Sets the value of a vector parameter.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
SetVector(string, Vector3)
Sets the value of a vector parameter.
public void SetVector(string name, Vector3 value)
Parameters
SetVector(int, Vector3)
Sets the value of a vector parameter.
public void SetVector(int id, Vector3 value)