physicsTranslate method

void physicsTranslate(
  1. double x,
  2. double y
)

Rotates the physics constraint so next {

Implementation

void physicsTranslate(double x, double y) {
  SpineBindings.bindings.spine_skeleton_physics_translate(_ptr, x, y);
}