addSkin method

void addSkin(
  1. Skin other
)

Implementation

void addSkin(Skin other) {
  _bindings.spine_skin_add_skin(_skin, other._skin);
}