spine_texture_region_set_height method
Implementation
void spine_texture_region_set_height(
spine_texture_region textureRegion,
int height,
) {
return _spine_texture_region_set_height(
textureRegion,
height,
);
}
void spine_texture_region_set_height(
spine_texture_region textureRegion,
int height,
) {
return _spine_texture_region_set_height(
textureRegion,
height,
);
}