Function PathTracer.UpdateStart
UpdateStart
(Vector3 position, RepairQuality quality, NativeMovementPlane movementPlane, ITraversalProvider traversalProvider, Path path)
Update the start point of the path, clamping it to the graph, and repairing the path if necessary.
Public
Vector3 UpdateStart (
position | ||
quality | ||
movementPlane | ||
traversalProvider | ||
path |
Update the start point of the path, clamping it to the graph, and repairing the path if necessary.
This may cause isStale to become true, if the path could not be repaired successfully.
Return
The new start point, which has been clamped to the graph.
See