setMix method

void setMix(
  1. Animation from,
  2. Animation to,
  3. double duration
)

Implementation

void setMix(Animation from, Animation to, double duration) {
  _bindings.spine_animation_state_data_set_mix(_data, from._animation, to._animation, duration);
}