Enum Timer.TimerProcessMode
enum TimerProcessMode
: int { ... }
Enum members
| Name | Description |
|---|---|
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). |