getWorldRotationX method

double getWorldRotationX()

The world rotation for the X axis, calculated using getA and getC.

Implementation

double getWorldRotationX() {
  return _bindings.spine_bone_get_world_rotation_x(_bone);
}