height property
      
      double
      get
      height
      
    
    
The height of the skeleton's axis aligned bounding box in the setup pose.
Implementation
double get height {
  final result = SpineBindings.bindings.spine_skeleton_data_get_height(_ptr);
  return result;
}
      
      set
      height
      (double value) 
      
    
    
    
Implementation
set height(double value) {
  SpineBindings.bindings.spine_skeleton_data_set_height(_ptr, value);
}