C# 클래스 MapPathfinding, TWI_Repo

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

공개 메소드들

메소드 설명
StartFindPath ( Vector3 start, Vector3 target ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
FindPath ( Vector3 startPos, Vector3 targetPos ) : IEnumerator
GetDistance ( AStarNode, nodeA, AStarNode, nodeB ) : float
NodesToPositions ( List path ) : Vector3[]
RetracePath ( AStarNode, start, AStarNode, end ) : Vector3[]

메소드 상세

StartFindPath() 공개 메소드

public StartFindPath ( Vector3 start, Vector3 target ) : void
start Vector3
target Vector3
리턴 void