Enum AudioStreamPlayer3D.DopplerTrackingEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AudioStreamPlayer3D.DopplerTrackingEnum : long
Fields
Disabled = 0
Disables doppler tracking.
IdleStep = 1
Executes doppler tracking during process frames (see NotificationInternalProcess).
PhysicsStep = 2
Executes doppler tracking during physics frames (see NotificationInternalPhysicsProcess).