getHeight method

double getHeight()

The height of the region attachment in Spine.

Implementation

double getHeight() {
  return _bindings.spine_region_attachment_get_height(_attachment);
}