TimerTimerProcessMode Enumeration |
[Missing <summary> documentation for "T:Godot.Timer.TimerProcessMode"]
Namespace: Godot
public enum TimerProcessMode
Member name | Value | Description | |
---|---|---|---|
Physics | 0 | Update the timer during the physics step at each frame (fixed framerate processing). | |
Idle | 1 | Update the timer during the idle time at each frame. |