Drag[en]gine Script Module DragonScript
1.23
|
Debug information. More...
Public Member Functions | |
String | getDetails () |
Details to display. More... | |
String | getLabel () |
Label to display. More... | |
void | reset () |
Reset called every frame update. More... | |
Debug information.
Interface for objects providing debug information support in WindowDebugInformation.
String Dragengine.Debugging.DebugInformation.getDetails | ( | ) |
Details to display.
Implemented in Dragengine.Debugging.DebugPerformanceCounter, and Dragengine.Debugging.DebugBehaviorLookAt.LookAtDebugInfo.
String Dragengine.Debugging.DebugInformation.getLabel | ( | ) |
Label to display.
Implemented in Dragengine.Debugging.DebugPerformanceCounter, and Dragengine.Debugging.DebugBehaviorLookAt.LookAtDebugInfo.
void Dragengine.Debugging.DebugInformation.reset | ( | ) |
Reset called every frame update.
Implemented in Dragengine.Debugging.DebugPerformanceCounter, and Dragengine.Debugging.DebugBehaviorLookAt.LookAtDebugInfo.