C# 클래스 Dwarrowdelf.AStarDefaultTarget

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

공개 메소드들

메소드 설명
AStarDefaultTarget ( IEnvironmentObject env, IntVector3 destination, DirectionSet positioning ) : System
GetHeuristic ( IntVector3 p ) : ushort
GetIsTarget ( IntVector3 p ) : bool

메소드 상세

AStarDefaultTarget() 공개 메소드

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

GetHeuristic() 공개 메소드

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

GetIsTarget() 공개 메소드

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