Removes the attachment from the skin.
void removeAttachment(int slotIndex, String name) { SpineBindings.bindings.spine_skin_remove_attachment(_ptr, slotIndex, name.toNativeUtf8().cast<Char>()); }