worldRotationX property
double
get
worldRotationX
The world rotation for the X axis, calculated using a and c.
Implementation
double get worldRotationX {
final result = SpineBindings.bindings.spine_bone_pose_get_world_rotation_x(_ptr);
return result;
}