VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Properties | List of all members
DebugHud Class Reference

Item that renders on top of all others and presents information for debugging. More...

Inheritance diagram for DebugHud:

Properties

bool debugRendererVisible
 Enables the wireframe rendering of the physics simulation. More...
 
string levelName
 Name of the current level. More...
 

Detailed Description

Item that renders on top of all others and presents information for debugging.

This display shows dynamic text and enables wireframe renderings of the physics simulation.

Note
In most cases, this Item should not be visible in the released application.

Property Documentation

bool DebugHud::debugRendererVisible

Enables the wireframe rendering of the physics simulation.

Note
The wireframe rendering is not rendered by this Item. Therefore, the wireframe will still render if debugRendererVisible is true even if the visible property is false.
string DebugHud::levelName

Name of the current level.