getAnimationEnd method

double getAnimationEnd()

Seconds for the last frame of this animation. Non-looping animations won't play past this time. Looping animations will loop back to getAnimationStart at this time. Defaults to the animation Animation.getDuration.

Implementation

double getAnimationEnd() {
  return _bindings.spine_track_entry_get_animation_end(_entry);
}