gwnavruntime/world/pathfinderconfig.h Source File
Go to the documentation of this file.
7 #ifndef Navigation_PathFinderConfig_H
8 #define Navigation_PathFinderConfig_H
44 return !operator==(other);
KyFloat32 m_propagationBoxExtent
The PathFinder propagation is limited to a 2d oriented bounding box computed by inflating the segment...
Definition: pathfinderconfig.h:73
PathFinderAbstractGraphTraversalMode m_abstractGraphTraversalMode
Indicates if the PathFinder is allowed to traverse AbstractGraphs or not.
Definition: pathfinderconfig.h:77
KyFloat32 m_toOutsideNavMeshDistance
The maximum distance from the destination along the X axis and along the Y axis that will be searched...
Definition: pathfinderconfig.h:68
PathFinderAbstractGraphTraversalMode
Enumerates the possible way of dealing with AbstractGraphs.
Definition: pathfinderabstractgraphtraversalmode.h:16
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
Class that aggregates most important parameters that allow to configure the PathFinding of a Bot...
Definition: pathfinderconfig.h:19
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43
KyFloat32 m_fromOutsideNavMeshDistance
The maximum distance from the start along the X axis and along the Y axis that will be searched for N...
Definition: pathfinderconfig.h:58