Namespace: | Sirenix.Utilities.Editor |
Assembly: | Sirenix.Utilities.Editor |
public static class AsyncProgressBar
public static bool IsShowing { get; }
public static float Progress { get; }
public static string ProgressInfo { get; }
public static void Clear()
public static void Display(string progressInfo, float progress)
System.String | progressInfo | |
System.Single | progress |