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