On this pageCarouselControls.progresspublic float progress { get; set; }CopyDescription#Get/Set the progress of the active indexUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CarouselControls target) { float result = target.progress; } }Copy