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

#include <AudioListenerComponentBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void SetRotationEntity (const AZ::EntityId entityId)=0
 Sets the Entity for which the Audio Listener should track rotation.
 
virtual void SetPositionEntity (const AZ::EntityId entityId)=0
 Sets the Entity for which the Audio Listener should track position.
 
virtual void SetFullTransformEntity (const AZ::EntityId entityId)
 Essentially the same as calling SetRotationEntity and SetPositionEntity with the same Entity.
 
virtual void SetListenerEnabled (bool enabled)=0
 

Detailed Description

AudioListenerComponentRequests EBus Interface Messages serviced by AudioListenerComponents.


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