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