AudioNodeEmitterShape.ConeProperties 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 an object that defines the characteristics of an emitter's cone shape, including the inner and outer angle of the cone and the gain applied to the signal at the outer angle.
public:
property AudioNodeEmitterConeProperties ^ ConeProperties { AudioNodeEmitterConeProperties ^ get(); };
AudioNodeEmitterConeProperties ConeProperties();
public AudioNodeEmitterConeProperties ConeProperties { get; }
var audioNodeEmitterConeProperties = audioNodeEmitterShape.coneProperties;
Public ReadOnly Property ConeProperties As AudioNodeEmitterConeProperties
Property Value
An object that defines the characteristics of the cone shape
Remarks
Create a cone emitter shape by calling CreateCone.