C# 클래스 Pathfinding.PathEndingCondition

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

보호된 프로퍼티들

프로퍼티 타입 설명
p Path

공개 메소드들

메소드 설명
PathEndingCondition ( Path p ) : UnityEngine
TargetFound ( PathNode node ) : bool

보호된 메소드들

메소드 설명
PathEndingCondition ( ) : UnityEngine

메소드 상세

PathEndingCondition() 보호된 메소드

protected PathEndingCondition ( ) : UnityEngine
리턴 UnityEngine

PathEndingCondition() 공개 메소드

public PathEndingCondition ( Path p ) : UnityEngine
p Path
리턴 UnityEngine

TargetFound() 공개 메소드

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

프로퍼티 상세

p 보호되어 있는 프로퍼티

protected Path,Pathfinding p
리턴 Path