factory AttachmentTimeline(int frameCount, int slotIndex) { final ptr = SpineBindings.bindings.spine_attachment_timeline_create(frameCount, slotIndex); return AttachmentTimeline.fromPointer(ptr); }