Navigation.getSimplePath

Returns the path between two given points. Points are in local coordinate space. If optimize is true (the default), the agent properties associated with each NavigationMesh (raidus, height, etc.) are considered in the path calculation, otherwise they are ignored.

struct Navigation
@nogc nothrow
PoolVector3Array
getSimplePath
(
in Vector3 start
,
in Vector3 end
,
in bool optimize = true
)

Meta