Method | Description | |
---|---|---|
Construct ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback = null ) : |
||
FleePath ( ) : System |
Method | Description | |
---|---|---|
Recycle ( ) : void | ||
Setup ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback ) : void |
Method | Description | |
---|---|---|
FleePath ( Vector3 start, Vector3 avoid, int length, OnPathDelegate callbackDelegate = null ) : System |
public static Construct ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback = null ) : |
||
start | Vector3 | |
avoid | Vector3 | |
searchLength | int | |
callback | OnPathDelegate | |
return |
protected Setup ( Vector3 start, Vector3 avoid, int searchLength, OnPathDelegate callback ) : void | ||
start | Vector3 | |
avoid | Vector3 | |
searchLength | int | |
callback | OnPathDelegate | |
return | void |