getY method

double getY()

The local y translation.

Implementation

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