|
enum | SubType {
None
, Rnd5 = 10
, Rnd10
, Rnd20
,
Pattern = 20
} |
|
enum | DirType { Random8
, RandomSqrt8
, RandomSqrtSqrt8
} |
|
Definition at line 217 of file BiomeProfile.cs.
◆ DirType
enum BiomeProfile.BaseTile.DirType |
◆ SubType
enum BiomeProfile.BaseTile.SubType |
◆ _GetBlock()
string BiomeProfile.BaseTile._GetBlock |
( |
int | id | ) |
|
|
protected |
◆ _GetFloor()
string BiomeProfile.BaseTile._GetFloor |
( |
int | id | ) |
|
|
protected |
◆ _GetMat()
string BiomeProfile.BaseTile._GetMat |
( |
int | id | ) |
|
|
protected |
◆ _GetObj()
string BiomeProfile.BaseTile._GetObj |
( |
int | id | ) |
|
|
protected |
◆ _GetSpawnList()
string BiomeProfile.BaseTile._GetSpawnList |
( |
string | id | ) |
|
|
protected |
◆ _GetThing()
string BiomeProfile.BaseTile._GetThing |
( |
string | id | ) |
|
|
protected |
◆ _SetBlock()
void BiomeProfile.BaseTile._SetBlock |
( |
ref int | id, |
|
|
string | value ) |
|
protected |
◆ _SetFloor()
void BiomeProfile.BaseTile._SetFloor |
( |
ref int | id, |
|
|
string | value ) |
|
protected |
◆ _SetMat()
void BiomeProfile.BaseTile._SetMat |
( |
ref int | id, |
|
|
string | value ) |
|
protected |
◆ _SetObj()
void BiomeProfile.BaseTile._SetObj |
( |
ref int | id, |
|
|
string | value ) |
|
protected |
◆ _SetSpawnList()
void BiomeProfile.BaseTile._SetSpawnList |
( |
ref string | id, |
|
|
string | value ) |
|
protected |
◆ _SetThing()
void BiomeProfile.BaseTile._SetThing |
( |
ref string | id, |
|
|
string | value ) |
|
protected |
◆ _SpawnList()
IEnumerable< string > BiomeProfile.BaseTile._SpawnList |
( |
| ) |
|
|
protected |
◆ BlockRows()
IEnumerable< string > BiomeProfile.BaseTile.BlockRows |
( |
| ) |
|
|
protected |
◆ FloorRows()
IEnumerable< string > BiomeProfile.BaseTile.FloorRows |
( |
| ) |
|
|
protected |
◆ MatRows()
IEnumerable< string > BiomeProfile.BaseTile.MatRows |
( |
| ) |
|
|
protected |
◆ ObjRows()
IEnumerable< string > BiomeProfile.BaseTile.ObjRows |
( |
| ) |
|
|
protected |
◆ ThingRows()
IEnumerable< string > BiomeProfile.BaseTile.ThingRows |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: