spine_physics_constraint_reset method
Implementation
void spine_physics_constraint_reset(
spine_physics_constraint self,
spine_skeleton skeleton,
) {
return _spine_physics_constraint_reset(
self,
skeleton,
);
}
void spine_physics_constraint_reset(
spine_physics_constraint self,
spine_skeleton skeleton,
) {
return _spine_physics_constraint_reset(
self,
skeleton,
);
}