AudioRolloffMode¶
Rolloff modes that a 3D sound can have in an audio source.
Properties¶
AudioRolloffMode AudioRolloffMode.Logarithmic¶
Use this mode when you want a real-world rolloff.
AudioRolloffMode AudioRolloffMode.Linear¶
Use this mode when you want to lower the volume of your sound over the distance.
AudioRolloffMode AudioRolloffMode.Custom¶
Use this when you want to use a custom rolloff.