setMix method
Sets a mix duration by animation names.
Implementation
void setMix(String fromName, String toName, double duration) {
SpineBindings.bindings.spine_animation_state_data_set_mix_1(
_ptr, fromName.toNativeUtf8().cast<Char>(), toName.toNativeUtf8().cast<Char>(), duration);
}