On this pageRecipeListUI.CycleSortDeclaration#public virtual void CycleSort()CopyDescription#Cycle between sort modsUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeListUI target) { target.CycleSort(); } }Copy