AudioStreamPlayer3D.OutOfRangeMode

Values

ValueMeaning
outOfRangeMix0

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.

outOfRangePause1

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.

Meta