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