spine_skin_add_skin method
Adds all attachments, bones, and constraints from the specified skin to this skin.
Implementation
void spine_skin_add_skin(
spine_skin self,
spine_skin other,
) {
return _spine_skin_add_skin(
self,
other,
);
}