spine_rgb_timeline_apply method

void spine_rgb_timeline_apply(
  1. spine_rgb_timeline self,
  2. spine_skeleton skeleton,
  3. double lastTime,
  4. double time,
  5. spine_array_event events,
  6. double alpha,
  7. int blend,
  8. int direction,
  9. bool appliedPose,
)

Implementation

void spine_rgb_timeline_apply(
  spine_rgb_timeline self,
  spine_skeleton skeleton,
  double lastTime,
  double time,
  spine_array_event events,
  double alpha,
  int blend,
  int direction,
  bool appliedPose,
) {
  return _spine_rgb_timeline_apply(
    self,
    skeleton,
    lastTime,
    time,
    events,
    alpha,
    blend,
    direction,
    appliedPose,
  );
}