gwnavruntime/world/worldelementtype.h Source File

worldelementtype.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 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 #pragma once
8 
9 namespace Kaim
10 {
11 
14 {
15  TypeUnknown = 0,
16  TypeBot,
17  TypeCylinderObstacle,
18  TypeBoxObstacle,
19  TypeTagVolume,
20  TypePointOfInterest,
21  TypeQueryQueueArray,
22  TypeDatabase,
23  TypeNavData,
24  TypeColData,
25 
26  WorldElementType_Count
27 };
28 
29 }
30 
WorldElementType
Enumerates the WorldElement types.
Definition: worldelementtype.h:13
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17