getRotation method

double getRotation()

The local rotation in degrees, counter clockwise.

Implementation

double getRotation() {
  return _bindings.spine_bone_get_rotation(_bone);
}