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