C# 클래스 FindPath

상속: MonoBehaviour
파일 보기 프로젝트 열기: FIU-SCIS-Senior-Projects/UrbanTheater 1 사용 예제들

공개 메소드들

메소드 설명
StartFindPath ( Node, _startNode, Node, _targetNode ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CreatePath ( Node, startNode, Node, targetNode ) : void
GetDistance ( Node, nodeA, Node, nodeB ) : int
ReverseParents ( Node, startNode, Node, targetNode ) : Stack

메소드 상세

StartFindPath() 공개 메소드

public StartFindPath ( Node, _startNode, Node, _targetNode ) : void
_startNode Node,
_targetNode Node,
리턴 void