getHeight method

double getHeight()

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

Implementation

double getHeight() {
  return _bindings.spine_skeleton_data_get_height(_data);
}