46 void setConfigValues();
48 virtual void tick(
float dt)
override;
Declaration of the Tickable interface.
Ogre::BorderPanelOverlayElement * statsOverlayBorder_
Definition: Stats.h:52
float noiseSize_
Definition: Stats.h:53
#define _OverlaysExport
Definition: OverlaysPrereqs.h:60
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the overlays module ...
Ogre::PanelOverlayElement * statsOverlayNoise_
Definition: Stats.h:51
Base class to display content directly onto the screen.
Definition: OrxonoxOverlay.h:72
Declaration of the OrxonoxOverlay class.
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52