spine_skeleton_set_scale_y method
Implementation
void spine_skeleton_set_scale_y(
spine_skeleton skeleton,
double scaleY,
) {
return _spine_skeleton_set_scale_y(
skeleton,
scaleY,
);
}
void spine_skeleton_set_scale_y(
spine_skeleton skeleton,
double scaleY,
) {
return _spine_skeleton_set_scale_y(
skeleton,
scaleY,
);
}