spine_animation_state_get_current method

spine_track_entry spine_animation_state_get_current(
  1. spine_animation_state state,
  2. int trackIndex
)

Implementation

spine_track_entry spine_animation_state_get_current(
  spine_animation_state state,
  int trackIndex,
) {
  return _spine_animation_state_get_current(
    state,
    trackIndex,
  );
}