getWorldRotationY method

double getWorldRotationY()

The world rotation for the Y axis, calculated using getB and getD.

Implementation

double getWorldRotationY() {
  return _bindings.spine_bone_get_world_rotation_y(_bone);
}