getTrackTime method

double getTrackTime()

Current time in seconds this track entry has been the current track entry. The track time determines getAnimationTime. The track time can be set to start the animation at a time other than 0, without affecting looping.

Implementation

double getTrackTime() {
  return _bindings.spine_track_entry_get_track_time(_entry);
}