Method | Description | |
---|---|---|
GetCostBetween ( IntVector3 src, IntVector3 dst ) : ushort | ||
GetHeuristic ( IntVector3 p ) : ushort | ||
GetIsTarget ( IntVector3 p ) : bool | ||
GetValidDirs ( IntVector3 p ) : IEnumerable |
||
MyTarget ( |
public GetCostBetween ( IntVector3 src, IntVector3 dst ) : ushort | ||
src | IntVector3 | |
dst | IntVector3 | |
return | ushort |
public GetHeuristic ( IntVector3 p ) : ushort | ||
p | IntVector3 | |
return | ushort |
public GetValidDirs ( IntVector3 p ) : IEnumerable |
||
p | IntVector3 | |
return | IEnumerable |
public MyTarget ( |
||
terrain | ||
origin | IntVector3 | |
sourceSide | SideEdge | |
return | System |