On this pageItemCategoryListUI.NextCategoryDeclaration#public void NextCategory()CopyDescription#Select the next category in the listUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(ItemCategoryListUI target) { target.NextCategory(); } }Copy