progresstype - eisclimber/ExPresS-XR GitHub Wiki

ProgressType

Enum in CircularTimerUi

Inherits from System.Enum

Summary

The type of progress visualization.

public enum ProgressType
{
    TickTime,
    TickNum,
    Smooth
}

Members

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.
⚠️ **GitHub.com Fallback** ⚠️