On this pageRecipeUIGridDisplay.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(RecipeUIGridDisplay target) { target.ClearItems(); } }Copy