On this pageCarousel.pausepublic bool pause { get; set; }CopyDescription#Get/Set the pause stateUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Carousel target) { bool result = target.pause; } }Copy