29 #ifndef _WorldSound_H__ 30 #define _WorldSound_H__ 50 virtual void XMLEventPort(Element& xmlelement,
XMLPort::Mode mode)
override;
51 virtual void changedActivity()
override;
53 virtual void tick(
float dt)
override;
59 void registerVariables();
60 virtual void initialiseSource()
override;
61 virtual float getRealVolume()
override;
The StaticEntity is the simplest derivative of the orxonox::WorldEntity class.
Definition: StaticEntity.h:50
Declaration of the Tickable interface.
The WorldSound class is to be used for sounds with position and orientation.
Definition: WorldSound.h:44
The BaseSound class is the base class for all sound file loader classes.
Definition: BaseSound.h:45
xmlelement
Definition: Super.h:519
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
~WorldSound()
Definition: WorldSound.h:56
Shared library macros, enums, constants and forward declarations for the orxonox library ...
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52