Function Navigation.getClosestPointOwner

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

GodotObject getClosestPointOwner (
  const(Vector3) to_point
) nothrow @nogc;