gwnavruntime/queries/utils/pathfinderabstractgraphtraversalmode.h Source File

pathfinderabstractgraphtraversalmode.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 
12 enum PathFinderAbstractGraphTraversalMode
13 {
14  PATHFINDER_DO_NOT_TRAVERSE_ABSTRACT_GRAPHS = 0,
15  PATHFINDER_TRAVERSE_ABSTRACT_GRAPHS = 1
16 };
17 
18 }
19 
20 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17