Open 3D Engine MiniAudio Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
MiniAudio::MiniAudioListenerComponentConfig Class Referencefinal

Inherits AZ::ComponentConfig.

Public Member Functions

 AZ_RTTI (MiniAudioListenerComponentConfig, "{7987E444-3A98-469C-B38B-EDD9C247D7F1}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::EntityId m_followEntity
 Listener follows the specified entity.
 
AZ::u32 m_listenerIndex = 0
 
float m_globalVolume = 100.0f
 Global volume.
 
float m_innerAngleInRadians = 3.f/5.f * AZ::Constants::TwoPi
 Inner cone angle.
 
float m_innerAngleInDegrees = AZ::RadToDeg(m_innerAngleInRadians)
 
float m_outerAngleInRadians = 1.5f * AZ::Constants::Pi
 Outer cone angle.
 
float m_outerAngleInDegrees = AZ::RadToDeg(m_outerAngleInRadians)
 
float m_outerVolume = 50.0f
 Volume outside of outer cone.
 

The documentation for this class was generated from the following file: