Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
FeatureInteraction
FeatureInteractionConfiguration.h
1
#pragma once
2
3
#include "FeatureInteraction.h"
4
5
namespace
Eegeo
6
{
7
namespace
FeatureInteraction
8
{
9
struct
FeatureInteractionConfiguration
10
{
11
bool
IndoorEntityPickingDebugDrawEnabled;
12
13
FeatureInteractionConfiguration
()
14
: IndoorEntityPickingDebugDrawEnabled(
false
)
15
{
16
17
}
18
};
19
}
20
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1