getOffsetRotation method

double getOffsetRotation()

An offset added to the constrained bone rotation.

Implementation

double getOffsetRotation() {
  return _bindings.spine_transform_constraint_data_get_offset_rotation(_data);
}