spine_animation_get_duration method
The duration of the animation in seconds, which is usually the highest time of all frames in the timeline. The duration is used to know when it has completed and when it should loop back to the start.
Implementation
double spine_animation_get_duration(
spine_animation self,
) {
return _spine_animation_get_duration(
self,
);
}