rotateWorld method
Rotates the world transform the specified amount.
After changes are made to the world transform, updateLocalTransform() should be called on this bone and any child bones, recursively.
Implementation
void rotateWorld(double degrees) {
SpineBindings.bindings.spine_bone_pose_rotate_world(_ptr, degrees);
}