Function JobStartOffMeshLinkTransition.DefaultOnTraverseOffMeshLink
DefaultOnTraverseOffMeshLink
(AgentOffMeshLinkTraversalContext ctx)
This is a fallback for traversing off-mesh links in case the user has not specified a custom traversal method.
Public
Static
System.Collections.Generic.IEnumerable<object> DefaultOnTraverseOffMeshLink (
ctx |
This is a fallback for traversing off-mesh links in case the user has not specified a custom traversal method.
It is a coroutine which will move the agent from the start point of the link to the end point of the link. It will also disable RVO for the agent while traversing the link.