pub type spScaleTimeline = spBaseTimeline;Aliased Type§
#[repr(C)]pub struct spScaleTimeline {
pub super_: spCurveTimeline,
pub framesCount: i32,
pub frames: *mut f32,
pub boneIndex: i32,
}Fields§
§super_: spCurveTimeline§framesCount: i32§frames: *mut f32§boneIndex: i32