Navigation.getClosestPointOwner

Returns the owner of the NavigationMesh which contains the navigation point closest to the point given. This is usually a NavigtionMeshInstance. For meshes added via navmeshAdd, returns the owner that was given (or null if the owner parameter was omitted).

struct Navigation
@nogc nothrow
getClosestPointOwner
(
in Vector3 to_point
)

Meta