spine_skeleton_physics_translate method
Rotates the physics constraint so next {
Implementation
void spine_skeleton_physics_translate(
spine_skeleton self,
double x,
double y,
) {
return _spine_skeleton_physics_translate(
self,
x,
y,
);
}