C# Class fCraft.MapGeneratorArgs

显示文件 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_oe property

public float AboveFuncExponent
return float

AddBeaches public_oe property

public bool AddBeaches
return bool

AddCaves public_oe property

public bool AddCaves
return bool

AddCliffs public_oe property

public bool AddCliffs
return bool

AddIgloos public_oe property

public bool AddIgloos
return bool

AddSnow public_oe property

public bool AddSnow
return bool

AddTrees public_oe property

public bool AddTrees
return bool

AddWater public_oe property

public bool AddWater
return bool

BeachExtent public_oe property

public int BeachExtent
return int

Bias public_oe property

public float Bias
return float

CaveDensity public_oe property

public float CaveDensity
return float

CliffThreshold public_oe property

public float CliffThreshold
return float

DetailScale public_oe property

public int DetailScale
return int

LayeredHeightmap public_oe property

public bool LayeredHeightmap
return bool

RaisedCorners public_oe property

public int RaisedCorners
return int

Roughness public_oe property

public float Roughness
return float

Seed public_oe property

public int Seed
return int

SnowAltitude public_oe property

public int SnowAltitude
return int

Theme public_oe property

public MapGenTheme Theme
return MapGenTheme

TreeSpacingMin public_oe property

public int TreeSpacingMin
return int

UseBias public_oe property

public bool UseBias
return bool

WaterCoverage public_oe property

public float WaterCoverage
return float

WaterLevel public_oe property

public int WaterLevel
return int