C# Class Dwarrowdelf.AStarDelegateTarget

Inheritance: AStarEnvTargetBase
显示文件 Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

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

Method Details

AStarDelegateTarget() public method

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