C# Класс MapGen, chrawl

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]