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