Click or drag to resize

CameraDopplerTrackingEnum Enumeration

[Missing <summary> documentation for "T:Godot.Camera.DopplerTrackingEnum"]

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

Disables Doppler effect simulation (default).

IdleStep1

Simulate Doppler effect by tracking positions of objects that are changed in _process. Changes in the relative velocity of this camera compared to those objects affect how Audio is perceived (changing the Audio's pitch shift).

PhysicsStep2

Simulate Doppler effect by tracking positions of objects that are changed in _physics_process. Changes in the relative velocity of this camera compared to those objects affect how Audio is perceived (changing the Audio's pitch shift).

See Also