getMixTime method

double getMixTime()

Seconds from 0 to the getMixDuration when mixing from the previous animation to this animation. May be slightly more than mixDuration when the mix is complete.

Implementation

double getMixTime() {
  return _bindings.spine_track_entry_get_mix_time(_entry);
}