Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Digger
C# 클래스 Digger, BSPDungeonGenerator
상속:
MonoBehaviour
파일 보기
프로젝트 열기: Nathisgreen/BSPDungeonGenerator
1 사용 예제들
공개 메소드들
메소드
설명
begin
(
Vector3
_targetPos
) :
void
dig
( ) :
void
surroundTilesWithWall
(
int
_x
,
int
_y
) :
void
비공개 메소드들
메소드
설명
Start
( ) :
void
updateTile
( ) :
void
메소드 상세
begin()
공개
메소드
public
begin
(
Vector3
_targetPos
) :
void
_targetPos
Vector3
리턴
void
dig()
공개
메소드
public
dig
( ) :
void
리턴
void
surroundTilesWithWall()
공개
메소드
public
surroundTilesWithWall
(
int
_x
,
int
_y
) :
void
_x
int
_y
int
리턴
void