|
VR-Engage
2.2
|
Variables | |
| constexpr const char * | makVre::WindowLayoutComponentConfig::height = "height" |
| constexpr const char * | makVre::WindowLayoutComponentConfig::positionX = "positionX" |
| constexpr const char * | makVre::WindowLayoutComponentConfig::positionY = "positionY" |
| constexpr const char * | makVre::WindowLayoutComponentConfig::width = "width" |
|
constexpr |
| Parameter Name | height |
|---|---|
| Parameter Description | Height of the application window in pixels when this role is active. |
| Parameter Type | int |
| Parameter Default | 768 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | positionX |
|---|---|
| Parameter Description | Horizontal position of the application window in pixels from the left edge of the screen. |
| Parameter Type | int |
| Parameter Default | 100 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | positionY |
|---|---|
| Parameter Description | Vertical position of the application window in pixels from the top edge of the screen. |
| Parameter Type | int |
| Parameter Default | 300 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | width |
|---|---|
| Parameter Description | Width of the application window in pixels when this role is active. |
| Parameter Type | int |
| Parameter Default | 1024 |
| Required? | No |
Example Role Config Usage: