Skip to main content

CarouselControls.progress

public float progress { get; set; }

Description#

Get/Set the progress of the active index

Usage#

Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(CarouselControls target)    {        float result = target.progress;    }   }