C# 클래스 Pathfinding.EndingConditionDistance

상속: PathEndingCondition
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxGScore int

공개 메소드들

메소드 설명
EndingConditionDistance ( Path p, int maxGScore ) : UnityEngine
TargetFound ( PathNode node ) : bool

메소드 상세

EndingConditionDistance() 공개 메소드

public EndingConditionDistance ( Path p, int maxGScore ) : UnityEngine
p Path
maxGScore int
리턴 UnityEngine

TargetFound() 공개 메소드

public TargetFound ( PathNode node ) : bool
node PathNode
리턴 bool

프로퍼티 상세

maxGScore 공개적으로 프로퍼티

public int maxGScore
리턴 int