Function rusty_spine::c::spAnimation_apply

source ·
#[no_mangle]
pub unsafe extern "C" fn spAnimation_apply(
    self_0: *const spAnimation,
    skeleton: *mut spSkeleton,
    lastTime: c_float,
    time: c_float,
    loop_0: c_int,
    events: *mut *mut spEvent,
    eventsCount: *mut c_int,
    alpha: c_float,
    blend: spMixBlend,
    direction: spMixDirection
)