spine_attachment_timeline_apply method
void
spine_attachment_timeline_apply(
- spine_attachment_timeline self,
- spine_skeleton skeleton,
- double lastTime,
- double time,
- spine_array_event events,
- double alpha,
- int blend,
- int direction,
- bool appliedPose,
Implementation
void spine_attachment_timeline_apply(
spine_attachment_timeline self,
spine_skeleton skeleton,
double lastTime,
double time,
spine_array_event events,
double alpha,
int blend,
int direction,
bool appliedPose,
) {
return _spine_attachment_timeline_apply(
self,
skeleton,
lastTime,
time,
events,
alpha,
blend,
direction,
appliedPose,
);
}