AudioNodeEmitterConeProperties.OuterAngle Property

Definition

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.

Applies to