gwnavruntime/queries/utils/pathclamperflag.h Source File

pathclamperflag.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 
10 
11 namespace Kaim
12 {
13 
16 {
17  PathClamperFlag_ClampNone = 0,
21 };
22 typedef PathClamperFlag PathClamperFlagMask;
23 
24 }
25 
Clamp all NavGraphVertices linked to NavMesh will be clamped.
Definition: pathclamperflag.h:19
PathClamperFlag
These flags determine if some specific positions must have their altitude clamped on NavMesh...
Definition: pathclamperflag.h:15
Clamp start and destination positions of PathFinderQueries.
Definition: pathclamperflag.h:20
Clamp nothing.
Definition: pathclamperflag.h:18
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
#define KyUInt32MAXVAL
KyUInt32 max value
Definition: types.h:68