Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Drought
Pathfinding
Node
C# 클래스 Drought.Pathfinding.Node
파일 보기
프로젝트 열기: kiniry-teaching/UCD
1 사용 예제들
공개 메소드들
메소드
설명
Node
(
int
x
,
int
y
) :
System
getDistanceToParent
( ) :
float
getFVal
( ) :
float
getParent
( ) :
Node
getPosition
( ) :
Vector2
setParent
(
Node
parent
) :
void
메소드 상세
Node()
공개
메소드
public
Node
(
int
x
,
int
y
) :
System
x
int
y
int
리턴
System
getDistanceToParent()
공개
메소드
public
getDistanceToParent
( ) :
float
리턴
float
getFVal()
공개
메소드
public
getFVal
( ) :
float
리턴
float
getParent()
공개
메소드
public
getParent
( ) :
Node
리턴
Node
getPosition()
공개
메소드
public
getPosition
( ) :
Vector2
리턴
Vector2
setParent()
공개
메소드
public
setParent
(
Node
parent
) :
void
parent
Node
리턴
void