worldRotationX property

double get worldRotationX

The world rotation for the X axis, calculated using a and c. This is the direction the bone is pointing.

Implementation

double get worldRotationX {
  final result = SpineBindings.bindings.spine_bone_pose_get_world_rotation_x(_ptr);
  return result;
}