Click or drag to resize

ClippedCameraProcessModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.ClippedCamera.ProcessModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ProcessModeEnum
Members
  Member nameValueDescription
Physics0

The camera updates with the _physics_process callback.

Idle1

The camera updates with the _process callback.

See Also