VR-Engage  2.2
Loading...
Searching...
No Matches
GLStudio HUD Mapper Logic Role Parameters

Detailed Description

Collaboration diagram for GLStudio HUD Mapper Logic Role Parameters:

Variables

constexpr const char * makVre::GlStudioHudMapperLogicConfig::instrumentPanels = "instrumentPanels"
 
constexpr const char * makVre::GlStudioHudMapperLogicConfig::modelDefinitions = "modelDefinitions"
 
constexpr const char * makVre::GlStudioHudMapperLogicConfig::properties = "properties"
 
constexpr const char * makVre::GlStudioHudMapperLogicConfig::realCockpit = "realCockpit"
 

Variable Documentation

◆ instrumentPanels

const char* makVre::GlStudioHudMapperLogicConfig::instrumentPanels = "instrumentPanels"
constexpr
Parameter NameinstrumentPanels
Parameter DescriptionTable of instrument panel configurations for creating multiple cockpit displays and panels.
Parameter Typetable
Parameter Default{}
Required?No

Example Role Config Usage:

["glStudioHudMapperLogic"] = {
...
instrumentPanels = {};
...
};

◆ modelDefinitions

const char* makVre::GlStudioHudMapperLogicConfig::modelDefinitions = "modelDefinitions"
constexpr
Parameter NamemodelDefinitions
Parameter DescriptionTable or string of GLStudio model definition files for mapping entity types to cockpit models.
Parameter Typetable
Parameter Default{}
Required?No

Example Role Config Usage:

["glStudioHudMapperLogic"] = {
...
modelDefinitions = {};
...
};

◆ properties

const char* makVre::GlStudioHudMapperLogicConfig::properties = "properties"
constexpr
Parameter Nameproperties
Parameter DescriptionProperties configuration block for main cockpit display panel settings.
Parameter Typetable
Parameter Default{}
Required?No

Example Role Config Usage:

["glStudioHudMapperLogic"] = {
...
properties = {};
...
};

◆ realCockpit

const char* makVre::GlStudioHudMapperLogicConfig::realCockpit = "realCockpit"
constexpr
Parameter NamerealCockpit
Parameter DescriptionFlag indicating whether this is a real cockpit display configuration.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["glStudioHudMapperLogic"] = {
...
realCockpit = false;
...
};