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