C# 클래스 Pathfinding.RichPath

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

공개 프로퍼티들

프로퍼티 타입 설명
seeker Seeker

공개 메소드들

메소드 설명
GetCurrentPart ( ) : RichPathPart
Initialize ( Seeker s, Path p, bool mergePartEndpoints, RichFunnel simplificationMode ) : void
NextPart ( ) : void
PartsLeft ( ) : bool
RichPath ( ) : UnityEngine

메소드 상세

GetCurrentPart() 공개 메소드

public GetCurrentPart ( ) : RichPathPart
리턴 RichPathPart

Initialize() 공개 메소드

public Initialize ( Seeker s, Path p, bool mergePartEndpoints, RichFunnel simplificationMode ) : void
s Seeker
p Path
mergePartEndpoints bool
simplificationMode RichFunnel
리턴 void

NextPart() 공개 메소드

public NextPart ( ) : void
리턴 void

PartsLeft() 공개 메소드

public PartsLeft ( ) : bool
리턴 bool

RichPath() 공개 메소드

public RichPath ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

seeker 공개적으로 프로퍼티

public Seeker seeker
리턴 Seeker