spine_physics_constraint_update method
void
spine_physics_constraint_update(
- spine_physics_constraint self,
- spine_skeleton skeleton,
- int physics
Implementation
void spine_physics_constraint_update(
spine_physics_constraint self,
spine_skeleton skeleton,
int physics,
) {
return _spine_physics_constraint_update(
self,
skeleton,
physics,
);
}