#include <inspector.h>
Public Member Functions | |
| Inspector () | |
| ~Inspector () | |
| void | Show (bool show=true) |
| bool | IsShown (void) |
This class creates and manages a 2D GUI that can interact dynamically with most dtCore instantiations. Currently, Inspector must be instantiated after all other dtCore classes have been created. The interface will pickup all classes created at that point and render the user interface. NOTE: any instantiated classes that change values during runtime will not reflect their new values on the Inspector.
| dtInspector::Inspector::Inspector | ( | ) | [inline] |
| dtInspector::Inspector::~Inspector | ( | ) | [inline] |
| void dtInspector::Inspector::Show | ( | bool | show = true |
) | [inline] |
| bool dtInspector::Inspector::IsShown | ( | void | ) | [inline] |