Enum Camera2D.Camera2DProcessCallback
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Camera2D.Camera2DProcessCallback : long
Fields
Idle = 1
The camera updates during process frames (see NotificationInternalProcess).
Physics = 0
The camera updates during physics frames (see NotificationInternalPhysicsProcess).