C# 클래스 SubpathMazeScript

상속: SubpathScript
파일 보기 프로젝트 열기: mezosaurus/eae-project

공개 프로퍼티들

프로퍼티 타입 설명
nodes GameObject[]

공개 메소드들

메소드 설명
getNextPath ( GameObject currentPath, GameObject npc ) : GameObject

보호된 메소드들

메소드 설명
getClosestPathPoint ( GameObject npc ) : GameObject

메소드 상세

getClosestPathPoint() 보호된 메소드

protected getClosestPathPoint ( GameObject npc ) : GameObject
npc GameObject
리턴 GameObject

getNextPath() 공개 메소드

public getNextPath ( GameObject currentPath, GameObject npc ) : GameObject
currentPath GameObject
npc GameObject
리턴 GameObject

프로퍼티 상세

nodes 공개적으로 프로퍼티

public GameObject[] nodes
리턴 GameObject[]