Function PathTracer.PopParts
PopParts
(int count, ITraversalProvider traversalProvider, Path path)
Remove the first count parts of the path.
Public
void PopParts (
int | count | The number of parts to remove. |
traversalProvider | The traversal provider to use for the path. Or null to use the default traversal provider. |
|
path | The path to pass to the traversal provider. Or null. |
Remove the first count parts of the path.
This is used when an agent has traversed an off-mesh-link, and we want to start following the path after the off-mesh-link.