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