Class ProgressIndicatorLoadingBar
Displays progress bar and (optionally) percentage text.
Inheritance
ProgressIndicatorLoadingBar
Assembly: cs.temp.dll.dll
public class ProgressIndicatorLoadingBar : MonoBehaviour, IProgressIndicator, MonoBehaviour
Properties
MainTransform
Declaration
public Transform MainTransform { get; }
Property Value
Type |
Description |
Transform |
|
MainTransform
Declaration
public Transform MainTransform { get; }
Property Value
Type |
Description |
Transform |
|
Declaration
public string Message { set; }
Property Value
Declaration
public string Message { set; }
Property Value
Declaration
public float Progress { set; }
Property Value
Declaration
public float Progress { set; }
Property Value
Declaration
public ProgressIndicatorState State { get; }
Property Value
Declaration
public ProgressIndicatorState State { get; }
Property Value
Methods
Declaration
public Task AwaitTransitionAsync()
Returns
Declaration
Returns
Declaration
Returns
Declaration
Returns
Declaration
Returns
Implements
MonoBehaviour