On this pageSocketListUI.CycleViewDeclaration#public virtual void CycleView()CopyDescription#Cycle between available UI DisplaysUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketListUI target) { target.CycleView(); } }Copy