max property

double get max

When a bone is set, the maximum slider time for the bone property range, or 0 if nonessential data was not exported.

Implementation

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

Implementation

set max(double value) {
  SpineBindings.bindings.spine_slider_data_set_max(_ptr, value);
}