C# 클래스 PathRequester, TWI_Repo

상속: MonoBehaviour
파일 보기 프로젝트 열기: justcollins/TWI_Repo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
lowerboundWait float
showpath bool
target Transform
upperboundWait float
waypointRadius float

공개 메소드들

메소드 설명
OnDrawGizmos ( ) : void
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
RequestPath ( ) : void

비공개 메소드들

메소드 설명
FollowPath ( ) : IEnumerator
Start ( ) : IEnumerator

메소드 상세

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

OnPathFound() 공개 메소드

public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
newPath Vector3
pathSuccess bool
리턴 void

RequestPath() 공개 메소드

public RequestPath ( ) : void
리턴 void

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

lowerboundWait 공개적으로 프로퍼티

public float lowerboundWait
리턴 float

showpath 공개적으로 프로퍼티

public bool showpath
리턴 bool

target 공개적으로 프로퍼티

public Transform target
리턴 Transform

upperboundWait 공개적으로 프로퍼티

public float upperboundWait
리턴 float

waypointRadius 공개적으로 프로퍼티

public float waypointRadius
리턴 float