Enum Timer.TimerProcessCallback
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Timer.TimerProcessCallback : long
Fields
Idle = 1Update the timer every process (rendered) frame (see NotificationInternalProcess).
Physics = 0Update the timer every physics process frame (see NotificationInternalPhysicsProcess).