getY method

double getY()

Sets the skeleton Y position, which is added to the root bone worldY position.

Bones that do not inherit translation are still affected by this property.

Implementation

double getY() {
  return _bindings.spine_skeleton_get_y(_skeleton);
}