On this pageItemUIGridDisplay.ClearItemsDeclaration#public virtual void ClearItems()CopyDescription#Clear all items from the listUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemUIGridDisplay target) { target.ClearItems(); } }Copy