Camera2DCamera2DProcessMode Enumeration |
[Missing <summary> documentation for "T:Godot.Camera2D.Camera2DProcessMode"]
Namespace: Godot
public enum Camera2DProcessMode
Member name | Value | Description | |
---|---|---|---|
Physics | 0 | The camera updates with the _physics_process callback. | |
Idle | 1 | The camera updates with the _process callback. |