C# 클래스 SubpathScript

상속: MonoBehaviour
파일 보기 프로젝트 열기: mezosaurus/eae-project 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

getClosestPathPoint() 보호된 추상적인 메소드

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

getNextPath() 공개 추상적인 메소드

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