rotateWorld method
Rotates the world transform the specified amount.
Implementation
void rotateWorld(double degrees) {
SpineBindings.bindings.spine_bone_pose_rotate_world(_ptr, degrees);
}
Rotates the world transform the specified amount.
void rotateWorld(double degrees) {
SpineBindings.bindings.spine_bone_pose_rotate_world(_ptr, degrees);
}