setY method

void setY(
  1. double y
)

Implementation

void setY(double y) {
  _bindings.spine_point_attachment_set_y(_attachment, y);
}