C# 클래스 Dwarrowdelf.AStarDelegateTarget

상속: AStarEnvTargetBase
파일 보기 프로젝트 열기: tomba/dwarrowdelf 1 사용 예제들

공개 메소드들

메소드 설명
AStarDelegateTarget ( IEnvironmentObject env, bool>.Func func ) : System
GetHeuristic ( IntVector3 location ) : ushort
GetIsTarget ( IntVector3 location ) : bool

메소드 상세

AStarDelegateTarget() 공개 메소드

public AStarDelegateTarget ( IEnvironmentObject env, bool>.Func func ) : System
env IEnvironmentObject
func bool>.Func
리턴 System

GetHeuristic() 공개 메소드

public GetHeuristic ( IntVector3 location ) : ushort
location IntVector3
리턴 ushort

GetIsTarget() 공개 메소드

public GetIsTarget ( IntVector3 location ) : bool
location IntVector3
리턴 bool