C# Class fCraft.MapGeneratorArgs

Show file Open project: GlennMR/800craft Class Usage Examples

Public Properties

Property Type Description
AboveFuncExponent float
AddBeaches bool
AddCaves bool
AddCliffs bool
AddIgloos bool
AddSnow bool
AddTrees bool
AddWater bool
BeachExtent int
Bias float
CaveDensity float
CliffThreshold float
DetailScale int
LayeredHeightmap bool
RaisedCorners int
Roughness float
Seed int
SnowAltitude int
Theme MapGenTheme
TreeSpacingMin int
UseBias bool
WaterCoverage float
WaterLevel int

Public Methods

Method Description
MapGeneratorArgs ( ) : System
MapGeneratorArgs ( [ fileName ) : System
Save ( string fileName ) : void
Serialize ( ) : System.Xml.Linq.XElement
Validate ( ) : void

Method Details

MapGeneratorArgs() public method

public MapGeneratorArgs ( ) : System
return System

MapGeneratorArgs() public method

public MapGeneratorArgs ( [ fileName ) : System
fileName [
return System

Save() public method

public Save ( string fileName ) : void
fileName string
return void

Serialize() public method

public Serialize ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Validate() public method

public Validate ( ) : void
return void

Property Details

AboveFuncExponent public property

public float AboveFuncExponent
return float

AddBeaches public property

public bool AddBeaches
return bool

AddCaves public property

public bool AddCaves
return bool

AddCliffs public property

public bool AddCliffs
return bool

AddIgloos public property

public bool AddIgloos
return bool

AddSnow public property

public bool AddSnow
return bool

AddTrees public property

public bool AddTrees
return bool

AddWater public property

public bool AddWater
return bool

BeachExtent public property

public int BeachExtent
return int

Bias public property

public float Bias
return float

CaveDensity public property

public float CaveDensity
return float

CliffThreshold public property

public float CliffThreshold
return float

DetailScale public property

public int DetailScale
return int

LayeredHeightmap public property

public bool LayeredHeightmap
return bool

RaisedCorners public property

public int RaisedCorners
return int

Roughness public property

public float Roughness
return float

Seed public property

public int Seed
return int

SnowAltitude public property

public int SnowAltitude
return int

Theme public property

public MapGenTheme Theme
return MapGenTheme

TreeSpacingMin public property

public int TreeSpacingMin
return int

UseBias public property

public bool UseBias
return bool

WaterCoverage public property

public float WaterCoverage
return float

WaterLevel public property

public int WaterLevel
return int