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