#include "gwnavruntime/base/types.h"
Namespaces | |
Kaim | |
The Autodesk Navigation namespace. | |
Enumerations | |
enum | Kaim::PathFinderQueryTryCanGoMode { Kaim::PATHFINDER_TRY_RAYCANGO_IF_NO_COST = 0, Kaim::PATHFINDER_NEVER_TRY_RAYCANGO = 1, Kaim::PATHFINDER_ALWAYS_TRY_RAYCANGO = 2 } |
This enums tells if a RayCanGoQuery should be performed from start position to destination position before launching a traversal. More... | |
Functions | |
bool | Kaim::ShouldTryCanGo (const PathFinderQueryTryCanGoMode &mode, bool traverse_logic_try_can_go) |
ShouldTryCanGo function should be called from functions templated with TraverseLogic the following way: ShouldTryCanGo(mode, typename TraverseLogic::CostMultiplierUsage()) More... | |