SpineListener
ceramic.SpineListener (Class)
Internal listener for Spine animation state events.
This class implements the AnimationStateListener interface and forwards
events to dynamic function properties for flexible event handling.
Instance Members
Called when an animation starts playing on a track.
Called when an animation is interrupted by another animation.
The interrupted animation may continue mixing.
Name |
Type |
Description |
entry |
spine.TrackEntry |
The track entry that was interrupted |
Called when an animation ends and will no longer be applied.
Called when a track entry is about to be disposed.
Do not keep references to the entry after this call.
Called each time an animation completes a full loop.
Called when an animation triggers a user-defined event.