AudioNodeEmitterNaturalDecayModelProperties.UnityGainDistance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the distance at which the signal gain is unaffected by the decay model.
public:
property double UnityGainDistance { double get(); };
double UnityGainDistance();
public double UnityGainDistance { get; }
var double = audioNodeEmitterNaturalDecayModelProperties.unityGainDistance;
Public ReadOnly Property UnityGainDistance As Double
Property Value
Double
double
A value indicating the distance at which the signal gain is unaffected by the decay model.
Remarks
The distance value is expressed in meters, but can be scaled by setting the AudioNodeEmitter.DistanceScale property.