On this pageWaitLoader.progresspublic float progress { get; set; }CopyDescription#Get/Set value of progressbarUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(WaitLoader target) { float result = target.progress; } }Copy