worldRotationY property
double
get
worldRotationY
The world rotation for the Y axis, calculated using b and d.
Implementation
double get worldRotationY {
final result = SpineBindings.bindings.spine_bone_pose_get_world_rotation_y(_ptr);
return result;
}