AudioNodeEmitterConeProperties.OuterAngleGain 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出套用在圓錐外部角度的增益。
public:
property double OuterAngleGain { double get(); };
double OuterAngleGain();
public double OuterAngleGain { get; }
var double = audioNodeEmitterConeProperties.outerAngleGain;
Public ReadOnly Property OuterAngleGain As Double
屬性值
Double
double
值,表示套用在圓錐外部角度的增益。
備註
呼叫 AudioNodeEmitterShape.CreateCone,以設定發出器圓錐圖形的外部角度增益。