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