getMixTime method
Seconds from 0 to the mix duration when mixing from the previous animation to this animation. May be slightly more than TrackEntry.MixDuration when the mix is complete.
Implementation
double getMixTime() {
return _bindings.spine_track_entry_get_mix_time(_entry);
}