AudioStreamPlayer3DAttenuationModelEnum Enumeration |
[Missing <summary> documentation for "T:Godot.AudioStreamPlayer3D.AttenuationModelEnum"]
Namespace: Godot
public enum AttenuationModelEnum
Member name | Value | Description | |
---|---|---|---|
InverseDistance | 0 | Linear dampening of loudness according to distance. | |
InverseSquareDistance | 1 | Squared dampening of loudness according to distance. | |
Logarithmic | 2 | Logarithmic dampening of loudness according to distance. | |
Disabled | 3 | No dampening of loudness according to distance. The sound will still be heard positionally, unlike an AudioStreamPlayer. |