gwnavruntime/world/pathfinderconfig.h Source File
Go to the documentation of this file.
50 return !operator==(other);
PathFinderQueryTryCanGoMode m_tryCanGoMode
Indicates if a RayCanGoQuery should be used to try to find a straight path without running any traver...
Definition: pathfinderconfig.h:90
Vertical range (above, below) that represents the altitude tolerance for a position to be inside the ...
Definition: positionspatializationrange.h:17
PositionSpatializationRange m_positionSpatializationRange
The altitude range used to find NavMesh triangles that correspond to the start and destination points...
Definition: pathfinderconfig.h:85
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
PathFinderQueryTryCanGoMode
This enums tells if a RayCanGoQuery should be performed from start position to destination position b...
Definition: pathfinderquerytrycangomode.h:22
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
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Class that aggregates most important parameters that allow to configure the PathFinding of a Bot...
Definition: pathfinderconfig.h:19
Try RayCanGoQuery if TraverseLogic does not supports cost multipliers (cf. SimpleTraverseLogic). Default behavior.
Definition: pathfinderquerytrycangomode.h:25
bool m_useDatabaseSpatializationRange
Use Database spatialization range if true.
Definition: pathfinderconfig.h:81
float KyFloat32
float
Definition: types.h:32
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:60