C# 클래스 MapGen, chrawl

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

공개 메소드들

메소드 설명
ClearMap ( ) : void
GetNodes ( int x, int y ) : List
Make ( int level ) : void
StructureDimensions ( int x, int y ) : int[]

비공개 메소드들

메소드 설명
GenerateRoom ( Structure, baseStruct = null ) : bool
GetEmpty ( Structure, s, string t = "Normal" ) : int[]
GetMapVal ( int x, int y ) : int
MakeBookcases ( ) : void
MakeBounds ( ) : void
MakeCells ( ) : void
MakeChandeliers ( ) : void
MakeChests ( ) : void
MakeDoorways ( ) : void
MakeEnemies ( ) : void
MakeFloors ( ) : void
MakeMapData ( ) : void
MakeShops ( ) : void
MakeSpecials ( ) : void
MakeStairs ( ) : void
MakeStairways ( int level ) : void
MakeTorches ( ) : void
MakeWalls ( ) : void
Opposite ( int d ) : int
Place ( int x, int y, float h, GameObject g ) : void
PlaceWall ( int x, int y ) : void
SetSpecials ( ) : void
StructureOn ( Vector2 v ) : Structure
StructureOn ( int x, int y ) : Structure

메소드 상세

ClearMap() 공개 메소드

public ClearMap ( ) : void
리턴 void

GetNodes() 공개 메소드

public GetNodes ( int x, int y ) : List
x int
y int
리턴 List

Make() 공개 메소드

public Make ( int level ) : void
level int
리턴 void

StructureDimensions() 공개 메소드

public StructureDimensions ( int x, int y ) : int[]
x int
y int
리턴 int[]