setTimelines method
Sets the timelines and bone indices.
Implementation
void setTimelines(ArrayTimeline timelines, ArrayInt bones) {
SpineBindings.bindings.spine_animation_set_timelines(_ptr, timelines.nativePtr.cast(), bones.nativePtr.cast());
}
Sets the timelines and bone indices.
void setTimelines(ArrayTimeline timelines, ArrayInt bones) {
SpineBindings.bindings.spine_animation_set_timelines(_ptr, timelines.nativePtr.cast(), bones.nativePtr.cast());
}