Method | Description | |
---|---|---|
AStarAreaTarget ( IEnvironmentObject env, IntGrid3 destination ) : System | ||
GetHeuristic ( IntVector3 location ) : ushort | ||
GetIsTarget ( IntVector3 location ) : bool |
public AStarAreaTarget ( IEnvironmentObject env, IntGrid3 destination ) : System | ||
env | IEnvironmentObject | |
destination | IntGrid3 | |
return | System |
public GetHeuristic ( IntVector3 location ) : ushort | ||
location | IntVector3 | |
return | ushort |
public GetIsTarget ( IntVector3 location ) : bool | ||
location | IntVector3 | |
return | bool |