C# Class fCraft.MapGeneratorArgs

Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

MapGeneratorArgs() public méthode

public MapGeneratorArgs ( ) : System
Résultat System

MapGeneratorArgs() public méthode

public MapGeneratorArgs ( [ fileName ) : System
fileName [
Résultat System

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

public Serialize ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Validate() public méthode

public Validate ( ) : void
Résultat void

Property Details

AboveFuncExponent public_oe property

public float AboveFuncExponent
Résultat float

AddBeaches public_oe property

public bool AddBeaches
Résultat bool

AddCaves public_oe property

public bool AddCaves
Résultat bool

AddCliffs public_oe property

public bool AddCliffs
Résultat bool

AddIgloos public_oe property

public bool AddIgloos
Résultat bool

AddSnow public_oe property

public bool AddSnow
Résultat bool

AddTrees public_oe property

public bool AddTrees
Résultat bool

AddWater public_oe property

public bool AddWater
Résultat bool

BeachExtent public_oe property

public int BeachExtent
Résultat int

Bias public_oe property

public float Bias
Résultat float

CaveDensity public_oe property

public float CaveDensity
Résultat float

CliffThreshold public_oe property

public float CliffThreshold
Résultat float

DetailScale public_oe property

public int DetailScale
Résultat int

LayeredHeightmap public_oe property

public bool LayeredHeightmap
Résultat bool

RaisedCorners public_oe property

public int RaisedCorners
Résultat int

Roughness public_oe property

public float Roughness
Résultat float

Seed public_oe property

public int Seed
Résultat int

SnowAltitude public_oe property

public int SnowAltitude
Résultat int

Theme public_oe property

public MapGenTheme Theme
Résultat MapGenTheme

TreeSpacingMin public_oe property

public int TreeSpacingMin
Résultat int

UseBias public_oe property

public bool UseBias
Résultat bool

WaterCoverage public_oe property

public float WaterCoverage
Résultat float

WaterLevel public_oe property

public int WaterLevel
Résultat int