getAppliedRotation method
The applied local rotation in degrees, counter clockwise.
Implementation
double getAppliedRotation() {
return _bindings.spine_bone_get_applied_rotation(_bone);
}
The applied local rotation in degrees, counter clockwise.
double getAppliedRotation() {
return _bindings.spine_bone_get_applied_rotation(_bone);
}