getHullLength method

int getHullLength()

The number of entries at the beginning of {@link #vertices} that make up the mesh hull.

Implementation

int getHullLength() {
  return _bindings.spine_mesh_attachment_get_hull_length(_attachment);
}