Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
RayPathFinding
C# 클래스 RayPathFinding
상속:
MonoBehaviour
파일 보기
프로젝트 열기: imann24/cs327-bestmobilegameever
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
_debug
bool
hasPath
bool
points
List
공개 메소드들
메소드
설명
GetPath
(
Vector2
endPoint
) :
void
비공개 메소드들
메소드
설명
GetClosestCorner
(
Vector2
playerPos
,
RaycastHit
hit
) :
Vector2
MakePath
(
Vector2
endPoint
) :
IEnumerator
WalkPath
( ) :
IEnumerator
메소드 상세
GetPath()
공개
메소드
public
GetPath
(
Vector2
endPoint
) :
void
endPoint
Vector2
리턴
void
프로퍼티 상세
_debug
공개적으로 프로퍼티
public
bool
_debug
리턴
bool
hasPath
공개적으로 프로퍼티
public
bool
hasPath
리턴
bool
points
공개적으로 프로퍼티
public
List
points
리턴
List