C# Class Dwarrowdelf.AStarAreaTarget

Inheritance: AStarEnvTargetBase
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
AStarAreaTarget ( IEnvironmentObject env, IntGrid3 destination ) : System
GetHeuristic ( IntVector3 location ) : ushort
GetIsTarget ( IntVector3 location ) : bool

Method Details

AStarAreaTarget() public méthode

public AStarAreaTarget ( IEnvironmentObject env, IntGrid3 destination ) : System
env IEnvironmentObject
destination IntGrid3
Résultat System

GetHeuristic() public méthode

public GetHeuristic ( IntVector3 location ) : ushort
location IntVector3
Résultat ushort

GetIsTarget() public méthode

public GetIsTarget ( IntVector3 location ) : bool
location IntVector3
Résultat bool