On this pageAddOnChoiceListUI.ClearDeclaration#public void Clear()CopyDescription#Clears the currently loaded list of options.Usage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddOnChoiceListUI target) { target.Clear(); } }Copy