gwnavruntime/queries/utils/pathclamperflag.h Source File

pathclamperflag.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 #ifndef Navigation_PathClamperFlag_H
9 #define Navigation_PathClamperFlag_H
10 
12 
13 namespace Kaim
14 {
15 
18 enum PathClamperFlag
19 {
22 
25 };
26 typedef KyUInt32 PathClamperFlagMask;
27 static const PathClamperFlagMask PathClamperFlag_ClampAll = KyUInt32MAXVAL;
28 static const PathClamperFlagMask PathClamperFlag_ClampNone = 0;
29 
30 }
31 
32 #endif
position initially provided as input of a query will be clamped (i.e. start and dest of PathFinderQue...
Definition: pathclamperflag.h:25
PathClamperFlag
These flags determine if some specific positions must have their altitude clamped on NavMesh...
Definition: pathclamperflag.h:19
All NavGraphVertices linked to NavMesh will be clamped, this supersedes AltitudeClampingOption_ClampI...
Definition: pathclamperflag.h:22
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
#define KyUInt32MAXVAL
The maximum value that can be stored in the KyUInt32 variable type.
Definition: types.h:226