10#include "API/Forward.hpp"
42 void update(
double time) override;
#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
Definition AudioAPI.hpp:18
A system that implements audio playback.
Definition AudioSystem.hpp:22
AudioAPIDevicePtr device
The audio renderer system to be used when producing 3D audio.
Definition AudioSystem.hpp:25
AudioAPIListenerPtr listener
The renderer default audio listener.
Definition AudioSystem.hpp:28
A retain-release type of smart pointer.
Definition SmartPtr.hpp:132
The base entity class.
Definition Entity.hpp:41
A type-safe entity type.
Definition Entity.hpp:538
A system is a special kind of service that is managed internally by the SystemManager.
Definition System.hpp:168
Definition Application.hpp:19
An entity action that can be dispatched to a AudioSource to start playing a new audio buffer.
Definition AudioSource.hpp:110