findSliderAnimations method
Collects animations used by slider constraints.
Implementation
ArrayAnimation findSliderAnimations(ArrayAnimation animations) {
final result = SpineBindings.bindings.spine_skeleton_data_find_slider_animations(_ptr, animations.nativePtr.cast());
return ArrayAnimation.fromPointer(result);
}