spine_bone_get_scale_y method

double spine_bone_get_scale_y(
  1. spine_bone bone
)

Implementation

double spine_bone_get_scale_y(
  spine_bone bone,
) {
  return _spine_bone_get_scale_y(
    bone,
  );
}