Animation System Callback Events
Last Updated Time: 09/08/2023
Here are the introductions to the features of the animation system callback events.
| Event | Description |
|---|---|
| on_transition_event | State transition callback. |
| on_animtree_event | Callbacks for each node in the Animation Tree. |
| on_action_event | Animation notifies and triggered callbacks. |
| on_state_machine_state_event | State Machine state callbacks (divided into Start State, End State, and Fully Blend Into State). |
| on_state_action_event_begin | Continue notify start callback. |
| on_state_action_event_update | Continue notify start update. |
| on_state_action_event_end | Continue notify end callback. |
| on_anim_node_update_event | Animation node update callback. |