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