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

Function ProjectPoint

Source/Engine/Navigation/Navigation.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 /// <param name="result">The result position on the navmesh (valid only if method returns true).</param>
56 /// <returns>True if found valid location on the navmesh, otherwise false.</returns>
57 API_FUNCTION() DEPRECATED("Use FindClosestPoint instead") static bool ProjectPoint(const Vector3& point, API_PARAM(Out) Vector3& result)
58 {
59 return FindClosestPoint(point, result);
60 }
61
62 /// <summary>
63 /// Finds random location on nav mesh.

Callers 2

ProjectPointMethod · 0.50
IsPointOnViewMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected