rotateWorld method
Rotates the world transform the specified amount.
After changes are made to the world transform, updateAppliedTransform should be called and update will need to be called on any child bones, recursively.
Implementation
void rotateWorld(double degrees) {
_bindings.spine_bone_rotate_world(_bone, degrees);
}