SetBool(AnimationStream, bool)
Sets the boolean property value to an object in the Scene.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetBool(AnimationStream stream, bool value)
Parameters
Remarks
If the property is not a boolean, the method will throw an .
InvalidOperationException