[][src]Function spine::ffi::spAnimation_apply

pub unsafe extern "C" fn spAnimation_apply(
    self_: *const spAnimation,
    skeleton: *mut spSkeleton,
    lastTime: f32,
    time: f32,
    loop_: i32,
    events: *mut *mut spEvent,
    eventsCount: *mut i32,
    alpha: f32,
    blend: u32,
    direction: u32
)

Poses the skeleton at the specified time for this animation. @param lastTime The last time the animation was applied. @param events Any triggered events are added. May be null.