41 double getVolume() const noexcept;
45 void setVolume(
double volume) noexcept;
#define CE_EXTERN_COMPONENT(T)
Definition Component.hpp:600
#define CE_SCRIPT_EXPORT(...)
The CE_SCRIPT_EXPORT macro marks a class or method as exportable and available in scripting environme...
Definition Macros.hpp:247
A type-safe entity type.
Definition Entity.hpp:538
Definition Application.hpp:19
Definition AudioListener.hpp:30
A component that represents a listener that hears audio sources.
Definition AudioListener.hpp:22
Components serve as the base for data storage for an entity.
Definition Component.hpp:68