spine_skeleton_set_y method
Implementation
void spine_skeleton_set_y(
spine_skeleton self,
double inValue,
) {
return _spine_skeleton_set_y(
self,
inValue,
);
}
void spine_skeleton_set_y(
spine_skeleton self,
double inValue,
) {
return _spine_skeleton_set_y(
self,
inValue,
);
}