getAnimationEnd method
Seconds for the last frame of this animation. Non-looping animations won't play past this time. Looping animations will loop back to TrackEntry.AnimationStart at this time. Defaults to the animation duration.
Implementation
double getAnimationEnd() {
return _bindings.spine_track_entry_get_animation_end(_entry);
}