progresstype - eisclimber/ExPresS-XR GitHub Wiki
Enum in CircularTimerUi
Inherits from System.Enum
The type of progress visualization.
public enum ProgressType
{
TickTime,
TickNum,
Smooth
}| Name | Description |
|---|---|
| Smooth | Progress will be visualized smoothly. |
| TickNum | Progress will be visualized in discrete value-based steps. |
| TickTime | Progress will be visualized in discrete time-based steps. |