Property AudioFadeIntensityByDistance
AudioFadeIntensityByDistance
The strength of the audio fade effect as the speaker moves away from the listener past the conversational distance. For example: .5=half strength, 1=normal strength, 2=double strength.
Declaration
public float AudioFadeIntensityByDistance { get; }
Property Value
Type | Description |
---|---|
float |
Remarks
This parameter is a scalar used in the audio fade calculations as either a constant multiplier or an exponent, depending on the audioFadeModel value. Accordingly, this scales the result of the audio attenuation at different distances, as determined by the model's formula. A value greater than 1.0 results in audio that fades quicker as you move away from the conversational distance, and a value less than 1.0 results in audio that fades slower. The default value is 1.0.