getY method

double getY()

The local y translation.

Implementation

double getY() {
  return _bindings.spine_region_attachment_get_y(_attachment);
}