getHeight method

double getHeight()

The height of the mesh's image, or zero if nonessential data was not exported.

Implementation

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