C# Class Dwarrowdelf.AStarDelegateTarget

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

Méthodes publiques

Méthode Description
AStarDelegateTarget ( IEnvironmentObject env, bool>.Func func ) : System
GetHeuristic ( IntVector3 location ) : ushort
GetIsTarget ( IntVector3 location ) : bool

Method Details

AStarDelegateTarget() public méthode

public AStarDelegateTarget ( IEnvironmentObject env, bool>.Func func ) : System
env IEnvironmentObject
func bool>.Func
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