Property | Type | Description | |
---|---|---|---|
center | |||
editorHeightLog2 | int | ||
editorWidthLog2 | int | ||
layerMask | |||
minDepth | int | ||
nodeSize | float |
Method | Description | |
---|---|---|
AddNeighboursRec ( List |
||
CheckCollision ( int x, int y ) : bool | ||
CheckNode ( int xs, int ys, int width ) : int | ||
CreateNodeRec ( |
||
DrawRec ( |
||
GetNodes ( GraphNodeDelegateCancelable del ) : void | ||
LocalToWorldPosition ( int x, int y, int width ) : |
||
OnDrawGizmos ( bool drawNodes ) : void | ||
QueryPoint ( int qx, int qy ) : |
||
RecalculateConnections ( |
||
RecalculateConnectionsRec ( |
||
ScanInternal ( OnScanStatus statusCallback ) : void |
public AddNeighboursRec ( List |
||
arr | List |
|
holder | ||
depth | int | |
x | int | |
y | int | |
bounds | ||
dontInclude | ||
return | void |
public CheckCollision ( int x, int y ) : bool | ||
x | int | |
y | int | |
return | bool |
public CheckNode ( int xs, int ys, int width ) : int | ||
xs | int | |
ys | int | |
width | int | |
return | int |
public CreateNodeRec ( |
||
holder | ||
depth | int | |
x | int | |
y | int | |
return | void |
public DrawRec ( |
||
h | ||
depth | int | |
x | int | |
y | int | |
parentPos | ||
return | void |
public GetNodes ( GraphNodeDelegateCancelable del ) : void | ||
del | GraphNodeDelegateCancelable | |
return | void |
public LocalToWorldPosition ( int x, int y, int width ) : |
||
x | int | |
y | int | |
width | int | |
return |
public OnDrawGizmos ( bool drawNodes ) : void | ||
drawNodes | bool | |
return | void |
public QueryPoint ( int qx, int qy ) : |
||
qx | int | |
qy | int | |
return |
public RecalculateConnections ( |
||
holder | ||
depth | int | |
x | int | |
y | int | |
return | void |
public RecalculateConnectionsRec ( |
||
holder | ||
depth | int | |
x | int | |
y | int | |
return | void |
public ScanInternal ( OnScanStatus statusCallback ) : void | ||
statusCallback | OnScanStatus | |
return | void |