|
VR-Engage
2.2
|
#include <minimapUpdater.h>
Public Attributes | |
| std::string | name |
| double | left |
| double | right |
| double | bottom |
| double | top |
| bool | square |
| bool | visible |
| std::string makVre::DtMinimapUpdater::ViewMode::name |
Name of the view mode for identification.
| double makVre::DtMinimapUpdater::ViewMode::left |
Left edge position (0.0-1.0 in normalized screen coordinates)
| double makVre::DtMinimapUpdater::ViewMode::right |
Right edge position (0.0-1.0 in normalized screen coordinates)
| double makVre::DtMinimapUpdater::ViewMode::bottom |
Bottom edge position (0.0-1.0 in normalized screen coordinates)
| double makVre::DtMinimapUpdater::ViewMode::top |
Top edge position (0.0-1.0 in normalized screen coordinates)
| bool makVre::DtMinimapUpdater::ViewMode::square |
Flag indicating if the minimap should maintain a square aspect ratio.
| bool makVre::DtMinimapUpdater::ViewMode::visible |
Flag indicating if this view mode is visible or off-screen.