emptyAnimations property

set emptyAnimations (double value)

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

See Empty animations in the Spine Runtimes Guide.

Implementation

set emptyAnimations(double value) {
  SpineBindings.bindings.spine_animation_state_set_empty_animations(_ptr, value);
}