|
VR-Engage
2.2
|
Contains information about a display configuration, including its file path and parameter overrides that modify the configuration for specific entities.
#include <entityRoleDescriptorStructs.h>
Public Attributes | |
| std::string | path |
| std::map< std::string, std::string > | parameters |
| std::string makVre::DtDisplayConfigDescriptor::path |
Location of the display configuration file.
| std::map<std::string, std::string> makVre::DtDisplayConfigDescriptor::parameters |
Map of parameter override names to values.
The key is the name of a Lua table member in the display configuration, e.g., "savedViewUpdater.savedViews", and the value is the Lua code fragment to replace in the given display configuration, e.g., "boxerApcViews.osrx".