gwnavruntime/world/progressonpathstatus.h Source File

progressonpathstatus.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 {
18 
22 
27 
28  ProgressOnPathOutsideNavMesh,
29 
30  ProgressOnPathOnNavMesh,
31 };
32 
33 }
34 
ProgressOnPathStatus
Enumerates the possible status values of Bot Position on path.
Definition: progressonpathstatus.h:13
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Progress on path was on a valid NavData that has been streamed out (due to explicit streaming or Dyna...
Definition: progressonpathstatus.h:26
Progress on path is initialized but has not been computed yet.
Definition: progressonpathstatus.h:21
Progress on path has not been yet initialized at all.
Definition: progressonpathstatus.h:17