setHullLength method

void setHullLength(
  1. int hullLength
)

Implementation

void setHullLength(int hullLength) {
  _bindings.spine_mesh_attachment_set_hull_length(_attachment, hullLength);
}