AudioNodeEmitterConeProperties.OuterAngleGain Property

Definition

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.

Applies to