AudioNodeEmitter.DopplerScale Property

Definition

Gets or sets the scale of the doppler velocity of the emitter. The DopplerVelocity of an emitter is expressed in meters per second. Setting this value allows you to automatically scale the velocity to some other unit.

public:
 property double DopplerScale { double get(); void set(double value); };
double DopplerScale();

void DopplerScale(double value);
public double DopplerScale { get; set; }
var double = audioNodeEmitter.dopplerScale;
audioNodeEmitter.dopplerScale = double;
Public Property DopplerScale As Double

Property Value

Double

double

The scale of the doppler velocity of the emitter.

Applies to