addSkin method

void addSkin(
  1. Skin other
)

Adds all attachments, bones, and constraints from the specified skin to this skin.

Implementation

void addSkin(Skin other) {
  SpineBindings.bindings.spine_skin_add_skin(_ptr, other.nativePtr.cast());
}