Property | Type | Description | |
---|---|---|---|
gridCreated | bool | ||
maxPathFindingPerSecond | int | ||
reset | bool | ||
solvedPath | List |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Closest ( List inNodes, Vector3 toPoint ) : int | ||
Draw ( int startPoint, int endPoint, Color inColor ) : void | ||
GetPath ( PathNode, start, PathNode, end ) : List |
||
InitGrid ( ) : void | ||
RequestPath ( PathfindingRequest, req, bool &result ) : List |
||
Update ( ) : void |
Method | Description | |
---|---|---|
FindRequest ( PathfindingRequest, req ) : PathfindingRequest, |
public static Closest ( List inNodes, Vector3 toPoint ) : int | ||
inNodes | List | |
toPoint | Vector3 | |
return | int |
public Draw ( int startPoint, int endPoint, Color inColor ) : void | ||
startPoint | int | |
endPoint | int | |
inColor | Color | |
return | void |
public GetPath ( PathNode, start, PathNode, end ) : List |
||
start | PathNode, | |
end | PathNode, | |
return | List |
public RequestPath ( PathfindingRequest, req, bool &result ) : List |
||
req | PathfindingRequest, | |
result | bool | |
return | List |