Enum Timer.TimerProcessMode

enum TimerProcessMode : int { ... }

Enum members

NameDescription
timerProcessIdle Update the timer during the idle time at each frame.
timerProcessPhysics Update the timer during the physics step at each frame (fixed framerate processing).