Property | Type | Description | |
---|---|---|---|
nodeCellIndices | int[] | ||
nodes | Pathfinding.LevelGridNode[] |
Method | Description | |
---|---|---|
AddLayers ( int count ) : void | ||
AddPortal ( |
||
AddPortal ( |
||
BuildFunnelCorridor ( List |
||
CalculateConnections ( |
||
CheckConnection ( |
||
DeserializeExtraInfo ( |
||
ErodeWalkableArea ( int xmin, int zmin, int xmax, int zmax ) : void | ||
GetNearest ( |
||
GetNearestForce ( |
||
GetNodes ( GraphNodeDelegateCancelable del ) : void | ||
Linecast ( |
||
Linecast ( |
||
Linecast ( |
||
OnDestroy ( ) : void | ||
OnDrawGizmos ( bool drawNodes ) : void | ||
PostDeserialization ( ) : void | ||
RecalculateCell ( int x, int z, bool preserveExistingNodes ) : bool | ||
RemoveGridGraphFromStatic ( ) : void | ||
ScanInternal ( OnScanStatus status ) : void | ||
SerializeExtraInfo ( |
||
SnappedLinecast ( |
||
UpdateArea ( |
||
UpdatePenalty ( |
Method | Description | |
---|---|---|
GetNearestNode ( |
public AddPortal ( |
||
n1 | ||
n2 | ||
left | List |
|
right | List |
|
return | void |
public AddPortal ( |
||
n1 | ||
n2 | ||
left | List |
|
right | List |
|
return | void |
public BuildFunnelCorridor ( List |
||
path | List |
|
sIndex | int | |
eIndex | int | |
left | List |
|
right | List |
|
return | void |
public CalculateConnections ( |
||
nodes | ||
node | ||
x | int | |
z | int | |
layerIndex | int | |
return | void |
public CheckConnection ( |
||
node | ||
dir | int | |
return | bool |
public DeserializeExtraInfo ( |
||
ctx | ||
return | void |
public ErodeWalkableArea ( int xmin, int zmin, int xmax, int zmax ) : void | ||
xmin | int | |
zmin | int | |
xmax | int | |
zmax | int | |
return | void |
public GetNearest ( |
||
position | ||
constraint | ||
hint | ||
return |
public GetNearestForce ( |
||
position | ||
constraint | ||
return |
public GetNodes ( GraphNodeDelegateCancelable del ) : void | ||
del | GraphNodeDelegateCancelable | |
return | void |
public Linecast ( |
||
_a | ||
_b | ||
return | bool |
public Linecast ( |
||
_a | ||
_b | ||
hint | ||
return | bool |
public Linecast ( |
||
_a | ||
_b | ||
hint | ||
hit | ||
return | bool |
public OnDrawGizmos ( bool drawNodes ) : void | ||
drawNodes | bool | |
return | void |
public RecalculateCell ( int x, int z, bool preserveExistingNodes ) : bool | ||
x | int | |
z | int | |
preserveExistingNodes | bool | |
return | bool |
public ScanInternal ( OnScanStatus status ) : void | ||
status | OnScanStatus | |
return | void |
public SerializeExtraInfo ( |
||
ctx | ||
return | void |
public SnappedLinecast ( |
||
_a | ||
_b | ||
hint | ||
hit | ||
return | bool |
public UpdateArea ( |
||
o | ||
return | void |
public UpdatePenalty ( |
||
node | ||
return | void |