All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
InteriorsStencilMirrorType.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 
6 namespace Eegeo
7 {
8  namespace Resources
9  {
10  namespace Interiors
11  {
12  enum InteriorsStencilMirrorType
13  {
14  StencilMirror_None,
15  StencilMirror_Mask,
16  StencilMirror_Clear,
17  StencilMirror_Reflection,
18  StencilMirror_Mirror
19  };
20  }
21  }
22 }