getAnimationTime method

double getAnimationTime()

Uses TrackEntry.TrackTime to compute the animation time between TrackEntry.AnimationStart. and TrackEntry.AnimationEnd. When the track time is 0, the animation time is equal to the animation start time.

Implementation

double getAnimationTime() {
  return _bindings.spine_track_entry_get_animation_time(_entry);
}