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::AudioEnvironmentComponentRequests Class Referenceabstract

#include <AudioEnvironmentComponentBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void SetAmount (float amount)=0
 Set an environment amount on the default assigned environment.
 
virtual void SetEnvironmentAmount (const char *environmentName, float amount)=0
 Set an environment amount, specify an environment name at run-time (i.e. script).
 

Detailed Description

AudioEnvironmentComponentRequests EBus Interface Messages serviced by AudioEnvironmentComponents. Environment = Used for effects, primarily auxillary effects bus sends. See AudioEnvironmentComponent for details.


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