ClippedCamera.ProcessMode

Values

ValueMeaning
clipProcessPhysics0

The camera updates with the _physics_process callback.

clipProcessIdle1

The camera updates with the _process callback.

Meta