On this pageStatModifierListUI.ClearDeclaration#public void Clear()CopyDescription#Clear all itemsUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatModifierListUI target) { target.Clear(); }}Copy