MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / TestPath

Method TestPath

Source/Engine/Navigation/Navigation.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352bool Navigation::TestPath(const Vector3& startPosition, const Vector3& endPosition)
353{
354 if (NavMeshes.IsEmpty())
355 return false;
356 return NavMeshes.First()->TestPath(startPosition, endPosition);
357}
358
359bool Navigation::FindClosestPoint(const Vector3& point, Vector3& result)
360{

Callers

nothing calls this directly

Calls 2

IsEmptyMethod · 0.45
FirstMethod · 0.45

Tested by

no test coverage detected