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