Enum Progress.Variant
The progress variant.
Namespace: Unity.AppUI.UI
Syntax
public enum Variant
Fields
| Name | Description | Value |
|---|---|---|
| Indeterminate | The progress is indeterminate. A loop animation is displayed. |
0 |
| Determinate | The progress is determinate. The real progress is displayed. |
1 |