On this pageRecipeComponentListUI.ClearDeclaration#public void Clear()CopyDescription#Clear all itemsUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeComponentListUI target) { target.Clear(); } }Copy