VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtDisplayConfigDescriptor Struct Reference

Detailed Description

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
 

Member Data Documentation

◆ path

std::string makVre::DtDisplayConfigDescriptor::path

Location of the display configuration file.

◆ parameters

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".


The documentation for this struct was generated from the following file: