AudioNodeEmitterNaturalDecayModelProperties.CutoffDistance 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 gain reaches the minimum gain value specified when the model was created with a call to AudioNodeEmitterDecayModel.CreateNatural.
public:
property double CutoffDistance { double get(); };
double CutoffDistance();
public double CutoffDistance { get; }
var double = audioNodeEmitterNaturalDecayModelProperties.cutoffDistance;
Public ReadOnly Property CutoffDistance As Double
Property Value
double
A value indicating the distance at which the gain reaches the model's minimum gain value.
Remarks
The distance value is expressed in meters, but can be scaled by setting the AudioNodeEmitter.DistanceScale property.