AnimationBool

🚧

This feature or component is deprecated and you should not use it.

It is not available in the latest VRChat SDK, and is either non-functional, or will no longer receive updates. It will be removed at a later date.

Triggers and Actions have been replaced by VRChat Udon, a powerful, easy to use scripting system that enables creation of both simple behaviors and complex interactions in VRChat worlds.

Sets a bool variable in an animator controller on the selected Animator(s)

ParameterDescription
ReceiversAnimator(s) to be affected
VariableName of Animator parameter
OperationNew value the parameter should be set to,
options include true, false and toggle.