C# Class Dwarrowdelf.AStarAreaTarget

Inheritance: AStarEnvTargetBase
Datei anzeigen Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

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

Method Details

AStarAreaTarget() public method

public AStarAreaTarget ( IEnvironmentObject env, IntGrid3 destination ) : System
env IEnvironmentObject
destination IntGrid3
return System

GetHeuristic() public method

public GetHeuristic ( IntVector3 location ) : ushort
location IntVector3
return ushort

GetIsTarget() public method

public GetIsTarget ( IntVector3 location ) : bool
location IntVector3
return bool