slots property
ArrayInt
get
slots
The Skeleton::getSlots() indices that this timeline affects, in setup order.
Implementation
ArrayInt get slots {
final result = SpineBindings.bindings.spine_draw_order_folder_timeline_get_slots(_ptr);
return ArrayInt.fromPointer(result);
}