Function MultiTargetPath.Construct

Construct (Vector3 start, Vector3 end, OnPathDelegate callback=null)

Construct a path with a start and end point.

Public Static
Construct (Vector3 start, Vector3[] targets, OnPathDelegate[] callbackDelegates, OnPathDelegate callback=null)
Public Static
Construct (Vector3[] startPoints, Vector3 target, OnPathDelegate[] callbackDelegates, OnPathDelegate callback=null)
Public Static