copy method

void copy(
  1. Skin other
)

Implementation

void copy(Skin other) {
  _bindings.spine_skin_copy_skin(_skin, other._skin);
}