getRotation method

double getRotation()

The local rotation in degrees.

Implementation

double getRotation() {
  return _bindings.spine_bone_data_get_rotation(_data);
}