AudioStreamPlayer3DOutOfRangeModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.AudioStreamPlayer3D.OutOfRangeModeEnum"]
Namespace: Godot
public enum OutOfRangeModeEnum
Member name | Value | Description | |
---|---|---|---|
Mix | 0 | Mix this audio in, even when it's out of range. This increases CPU usage, but keeps the sound playing at the correct position if the camera leaves and enters the AudioStreamPlayer3D's MaxDistance radius. | |
Pause | 1 | Pause this audio when it gets out of range. This decreases CPU usage, but will cause the sound to restart if the camera leaves and enters the AudioStreamPlayer3D's MaxDistance radius. |