setHeight method

void setHeight(
  1. double height
)

Implementation

void setHeight(double height) {
  _bindings.spine_mesh_attachment_set_height(_attachment, height);
}