getY method

double getY()

The Y coordinate of the skeleton's axis aligned bounding box in the setup pose.

Implementation

double getY() {
  return _bindings.spine_skeleton_data_get_y(_data);
}