Function LocalSpaceRichAI.CalculatePathRequestEndpoints
Outputs the start point and end point of the next automatic path request.
Protected
void CalculatePathRequestEndpoints (
out Vector3 | start | |
out Vector3 | end |
Outputs the start point and end point of the next automatic path request.
This is a separate method to make it easy for subclasses to swap out the endpoints of path requests. For example the LocalSpaceRichAI script which requires the endpoints to be transformed to graph space first.