AudioNodeEmitter.IsDopplerDisabled Property

Definition

Gets a value indicating whether Doppler processing is disabled for the emitter.

public:
 property bool IsDopplerDisabled { bool get(); };
bool IsDopplerDisabled();
public bool IsDopplerDisabled { get; }
var boolean = audioNodeEmitter.isDopplerDisabled;
Public ReadOnly Property IsDopplerDisabled As Boolean

Property Value

Boolean

bool

True if Doppler processing is disabled; otherwise, false.

Applies to