Set Bool
Node description and basic instructions
Last updated
Node description and basic instructions
Last updated
Sets the value of the given boolean parameter.
Use SetBool to pass Boolean values to an Animator Controller.
Use this to trigger transitions between Animator states. For example, triggering a death animation by setting an “alive” boolean to false.
To create it, right-click in the editor and select Create Node/Tasks/Animator/Set Bool.
This task node has a number of fields, that are highlighted in picture below.
Name | Description |
---|---|
Node Name | Name of node |
Ignore About Self | Whether node ignores abort self or not |
Parameter Name | Parameter name/ID number |
Value | Parameter value (true/false/Blackboard key) |
You can identify the parameter by name or by ID number, but the name or ID number must be the same as the parameter you want to change in the Animator.