Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Unity
UnityInteriorRenderableSet.h
1
#pragma once
2
3
#include "InteriorRenderableSet.h"
4
#include "UnityCallbacks.h"
5
6
namespace
Eegeo
7
{
8
namespace
Unity
9
{
10
class
UnityInteriorRenderableSet
:
public
Resources::Interiors::InteriorRenderableSet
11
{
12
public
:
13
14
UnityInteriorRenderableSet
(
const
MeshCallbacks
& meshCallbacks);
15
16
void
Activate()
override
;
17
void
Deactivate()
override
;
18
19
void
SetIsPartOfSelectedInterior(
bool
isPartOfSelectedInterior);
20
21
private
:
22
23
void
TrySetUnityRenderablesVisible(
bool
visible);
24
25
const
MeshCallbacks
& m_meshCallbacks;
26
bool
m_isPartOfSelectedInterior;
27
};
28
}
29
}
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1