AudioNodeEmitterNaturalDecayModelProperties.CutoffDistance Property

Definition

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

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.

Applies to