On this pageListCarousel.ClearDeclaration#public void Clear()CopyDescription#Remove all options from the list.Usage#Exampleusing NullSave.GDTK.UIPro;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ListCarousel target) { target.Clear(); }}Copy