spine_skeleton_get_time method
Returns the skeleton's time, used for time-based manipulations, such as PhysicsConstraint.
See update().
Implementation
double spine_skeleton_get_time(
spine_skeleton self,
) {
return _spine_skeleton_get_time(
self,
);
}