AudioNodeEmitterConeProperties.OuterAngle 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 the outer angle of a an audio node emitter cone shape, expressed in radians. This is the angle at which the audio is fully attenuated.
public:
property double OuterAngle { double get(); };
double OuterAngle();
public double OuterAngle { get; }
var double = audioNodeEmitterConeProperties.outerAngle;
Public ReadOnly Property OuterAngle As Double
Property Value
Double
double
The outer angle of a an audio node emitter cone shape
Remarks
Set the outer angle of an emitter cone shape by calling AudioNodeEmitterShape.CreateCone.