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