spine_point_attachment_get_y method

double spine_point_attachment_get_y(
  1. spine_point_attachment attachment
)

Implementation

double spine_point_attachment_get_y(
  spine_point_attachment attachment,
) {
  return _spine_point_attachment_get_y(
    attachment,
  );
}