|
VR-Engage
2.2
|
Contains the necessary information to configure a debug menu section within the VREngage debug UI system.
#include <debugManager.h>
Public Member Functions | |
| DtVreDebugMenuConfiguration () | |
Public Attributes | |
| std::string | description |
| std::vector< DtConfigurableDebugProcess > | configurableOptions |
|
inline |
Default constructor that initializes with empty values.
References configurableOptions, and description.
| std::string makVre::DtVreDebugMenuConfiguration::description |
Description of this debug menu section.
Referenced by DtVreDebugMenuConfiguration().
| std::vector<DtConfigurableDebugProcess> makVre::DtVreDebugMenuConfiguration::configurableOptions |
List of configurable debug processes in this menu section.
Referenced by DtVreDebugMenuConfiguration().