AudioNodeEmitterConeProperties.OuterAngleGain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the gain applied at the outer angle of the cone.
public:
property double OuterAngleGain { double get(); };
double OuterAngleGain();
public double OuterAngleGain { get; }
var double = audioNodeEmitterConeProperties.outerAngleGain;
Public ReadOnly Property OuterAngleGain As Double
Property Value
Double
double
A value indicating the gain applied at the outer angle of the cone.
Remarks
Set the outer angle gain of an emitter cone shape by calling AudioNodeEmitterShape.CreateCone.