AudioNodeEmitterNaturalDecayModelProperties.UnityGainDistance Property

Definition

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.

Applies to