Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
MapLayers
MapCollapseConfiguration.h
1
#pragma once
2
3
#include "MapLayers.h"
4
#include "EnvironmentFlatteningConfiguration.h"
5
6
namespace
Eegeo
7
{
8
namespace
MapLayers
9
{
10
struct
MapCollapseConfiguration
11
{
12
bool
CollapseMapWhenIndoors;
13
18
bool
EnableIndoorMapVisibilityController
;
19
26
bool
EnableEnvironmentFlatteningController
;
27
28
Eegeo::Rendering::EnvironmentFlatteningConfiguration
EnvironmentFlatteningConfig;
29
30
MapCollapseConfiguration
()
31
: CollapseMapWhenIndoors(true)
32
,
EnableIndoorMapVisibilityController
(false)
33
,
EnableEnvironmentFlatteningController
(false)
34
, EnvironmentFlatteningConfig(Eegeo::Rendering::EnvironmentFlatteningConfiguration())
35
{
36
37
};
38
39
};
40
}
41
}
42
43
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1