Property | Type | Description | |
---|---|---|---|
exactEnd | |||
exactStart | |||
funnelSimplificationMode | FunnelSimplification |
Method | Description | |
---|---|---|
BuildFunnelCorridor ( List |
||
FindNextCorners ( |
||
FindWalls ( List |
||
Initialize ( |
||
OnEnterPool ( ) : void | ||
RichFunnel ( ) : UnityEngine | ||
SimplifyPath ( IRaycastableGraph graph, List |
||
SimplifyPath2 ( IRaycastableGraph rcg, List |
||
SimplifyPath3 ( IRaycastableGraph rcg, List |
||
Update ( |
||
UpdateFunnelCorridor ( int splitIndex, |
Method | Description | |
---|---|---|
FindWalls ( int nodeIndex, List |
public BuildFunnelCorridor ( List |
||
nodes | List |
|
start | int | |
end | int | |
return | void |
public FindNextCorners ( |
||
origin | ||
startIndex | int | |
funnelPath | List |
|
numCorners | int | |
lastCorner | bool | |
return | bool |
public FindWalls ( List |
||
wallBuffer | List |
|
range | float | |
return | void |
public Initialize ( |
||
path | ||
graph | IFunnelGraph | |
return |
public SimplifyPath ( IRaycastableGraph graph, List |
||
graph | IRaycastableGraph | |
nodes | List |
|
start | int | |
end | int | |
result | List |
|
startPoint | ||
endPoint | ||
return | void |
public static SimplifyPath2 ( IRaycastableGraph rcg, List |
||
rcg | IRaycastableGraph | |
nodes | List |
|
start | int | |
end | int | |
result | List |
|
startPoint | ||
endPoint | ||
return | void |
public static SimplifyPath3 ( IRaycastableGraph rcg, List |
||
rcg | IRaycastableGraph | |
nodes | List |
|
start | int | |
end | int | |
result | List |
|
startPoint | ||
endPoint | ||
depth | int | |
return | void |
public Update ( |
||
position | ||
buffer | List |
|
numCorners | int | |
lastCorner | bool | |
requiresRepath | bool | |
return |
public UpdateFunnelCorridor ( int splitIndex, |
||
splitIndex | int | |
prefix | ||
return | void |