Click or drag to resize

TimerTimerProcessMode Enumeration

[Missing <summary> documentation for "T:Godot.Timer.TimerProcessMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum TimerProcessMode
Members
  Member nameValueDescription
Physics0

Update the timer during the physics step at each frame (fixed framerate processing).

Idle1

Update the timer during the idle time at each frame.

See Also