C# 클래스 MapTraverser, TWI_Repo

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

공개 프로퍼티들

프로퍼티 타입 설명
speed float
target Transform

공개 메소드들

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

비공개 메소드들

메소드 설명
FollowPath ( ) : IEnumerator

메소드 상세

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

OnPathFound() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

speed 공개적으로 프로퍼티

public float speed
리턴 float

target 공개적으로 프로퍼티

public Transform target
리턴 Transform