#include <src/orxonox/overlays/debug/DebugRTRText.h>
Public Member Functions | |
DebugRTRText (BaseObject *creator) | |
virtual void | tick (float dt) |
Gets called every frame. | |
virtual | ~DebugRTRText () |
orxonox::DebugRTRText::DebugRTRText | ( | BaseObject * | creator | ) |
References RegisterObject.
orxonox::DebugRTRText::~DebugRTRText | ( | ) | [virtual] |
void orxonox::DebugRTRText::tick | ( | float | dt | ) | [virtual] |
Gets called every frame.
dt | The time since the last frame in seconds |
Implements orxonox::Tickable.
References orxonox::Game::getAvgTickTime(), orxonox::Game::getInstance(), orxonox::OverlayText::setCaption(), and SUPER.