SetBool
Sets the value of a named bool property.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
SetBool(int, bool)
Sets the value of a named bool property.
public void SetBool(int nameID, bool b)
Parameters
Remarks
Automatically changes overridden state for this property to true.
SetBool(string, bool)
Sets the value of a named bool property.
public void SetBool(string name, bool b)
Parameters
Remarks
Automatically changes overridden state for this property to true.