setEmptyAnimations method

void setEmptyAnimations(
  1. double mixDuration
)

Sets an empty animation for every track, discarding any queued animations, and mixes to it over the specified mix duration.

Implementation

void setEmptyAnimations(double mixDuration) {
  _bindings.spine_animation_state_set_empty_animations(_state, mixDuration);
}