C# 클래스 PathFinding, Endure

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

공개 프로퍼티들

프로퍼티 타입 설명
columns int
rows int
world GameObject

공개 메소드들

메소드 설명
PathFinder ( Vector3 current, Vector3 destination ) : List
Start ( ) : void

비공개 메소드들

메소드 설명
OpenTiles ( Vector3 currentPos ) : List
distance ( Vector3 position, Vector3 endPosition ) : Vector3

메소드 상세

PathFinder() 공개 메소드

public PathFinder ( Vector3 current, Vector3 destination ) : List
current Vector3
destination Vector3
리턴 List

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

columns 공개적으로 프로퍼티

public int columns
리턴 int

rows 공개적으로 프로퍼티

public int rows
리턴 int

world 공개적으로 프로퍼티

public GameObject world
리턴 GameObject