[][src]Function spine::ffi::spAnimationState_addAnimationByName

pub unsafe extern "C" fn spAnimationState_addAnimationByName(
    self_: *mut spAnimationState,
    trackIndex: i32,
    animationName: *const i8,
    loop_: i32,
    delay: f32
) -> *mut spTrackEntry

Adds an animation to be played delay seconds after the current or last queued animation, taking into account any mix duration.