y property

double get y

The Y coordinate of the skeleton's axis aligned bounding box in the setup pose.

Implementation

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

Implementation

set y(double value) {
  SpineBindings.bindings.spine_skeleton_data_set_y(_ptr, value);
}