getAppliedRotation method

double getAppliedRotation()

The applied local rotation in degrees, counter clockwise.

Implementation

double getAppliedRotation() {
  return _bindings.spine_bone_get_applied_rotation(_bone);
}