On this pageScrollbarCarousel.NextItemDeclaration#public void NextItem()CopyDescription#Select the next itemUsage#Exampleusing NullSave.GDTK.UIPro;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ScrollbarCarousel target) { target.NextItem(); }}Copy