C# Class Dwarrowdelf.AStarDefaultTarget

Inheritance: AStarEnvTargetBase
Show file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
AStarDefaultTarget ( IEnvironmentObject env, IntVector3 destination, DirectionSet positioning ) : System
GetHeuristic ( IntVector3 p ) : ushort
GetIsTarget ( IntVector3 p ) : bool

Method Details

AStarDefaultTarget() public method

public AStarDefaultTarget ( IEnvironmentObject env, IntVector3 destination, DirectionSet positioning ) : System
env IEnvironmentObject
destination IntVector3
positioning DirectionSet
return System

GetHeuristic() public method

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

GetIsTarget() public method

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