spine_physics_constraint_translate method
Translates the physics constraint so next update() forces are applied as if the bone moved an additional amount in world space.
Implementation
void spine_physics_constraint_translate(
spine_physics_constraint self,
double x,
double y,
) {
return _spine_physics_constraint_translate(
self,
x,
y,
);
}