spine_animation_state_events_reset method

void spine_animation_state_events_reset(
  1. spine_animation_state_events events
)

Implementation

void spine_animation_state_events_reset(
  spine_animation_state_events events,
) {
  return _spine_animation_state_events_reset(
    events,
  );
}