Skip to main content

Animation System Callback Events

Last Updated Time: 09/08/2023

Here are the introductions to the features of the animation system callback events.

EventDescription
on_transition_eventState transition callback.
on_animtree_eventCallbacks for each node in the Animation Tree.
on_action_eventAnimation notifies and triggered callbacks.
on_state_machine_state_eventState Machine state callbacks (divided into Start State, End State, and Fully Blend Into State).
on_state_action_event_beginContinue notify start callback.
on_state_action_event_updateContinue notify start update.
on_state_action_event_endContinue notify end callback.
on_anim_node_update_eventAnimation node update callback.