timelineSlots property
ArrayInt
get
timelineSlots
Implementation
ArrayInt get timelineSlots {
final result = SpineBindings.bindings.spine_attachment_get_timeline_slots(_ptr);
return ArrayInt.fromPointer(result);
}
set
timelineSlots
(ArrayInt value)
Implementation
set timelineSlots(ArrayInt value) {
SpineBindings.bindings.spine_attachment_set_timeline_slots(_ptr, value.nativePtr.cast());
}