CameraDopplerTrackingEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Camera.DopplerTrackingEnum"]
Namespace: Godot
public enum DopplerTrackingEnum
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Disables Doppler effect simulation (default). | |
IdleStep | 1 | 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). | |
PhysicsStep | 2 | 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). |