Skip to content

progresstype

eisclimber edited this page Apr 4, 2026 · 1 revision

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally