offsetRotation property

double get offsetRotation

An offset added to the constrained bone rotation.

Implementation

double get offsetRotation {
  final result = SpineBindings.bindings.spine_transform_constraint_data_get_offset_rotation(_ptr);
  return result;
}
set offsetRotation (double value)

Implementation

set offsetRotation(double value) {
  SpineBindings.bindings.spine_transform_constraint_data_set_offset_rotation(_ptr, value);
}