gwnavruntime/queries/blobs/dynamicnavmeshquerydisplaylistbuilder.h Source File

dynamicnavmeshquerydisplaylistbuilder.h
Go to the documentation of this file.
1 /*
2 * Copyright 2015 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 
8 // primary contact: LASI - secondary contact: NOBODY
9 #ifndef Navigation_DynamicNavMeshQueryDisplayListBuilder_H
10 #define Navigation_DynamicNavMeshQueryDisplayListBuilder_H
11 
14 
15 
16 namespace Kaim
17 {
18 
19 enum DynamicNavMeshQueryDisplayListBuilderEnum
20 {
21  DynamicNavMeshQueryDisplay_Wireframe,
22  DynamicNavMeshQueryDisplay_Transparency,
23  DynamicNavMeshQueryDisplay_Offset
24 };
25 
26 class DynamicNavMeshQueryDisplayListBuilder: public IDisplayListBuilder
27 {
28 public:
29  DynamicNavMeshQueryDisplayListBuilder();
30 
31 private:
32  virtual void DoBuild(ScopedDisplayList* displayList, char* blob, KyUInt32 deepBlobSize = 0);
33 };
34 
35 } // namespace Kaim
36 
37 #endif // Navigation_DynamicNavMeshQueryDisplayListBuilder_H
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36