spine_slider_base_update method
Inherited from Update
Implementation
void spine_slider_base_update(
spine_slider_base self,
spine_skeleton skeleton,
int physics,
) {
return _spine_slider_base_update(
self,
skeleton,
physics,
);
}