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