C# 클래스 fCraft.MapGeneratorArgs

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
MapGeneratorArgs ( ) : System
MapGeneratorArgs ( [ fileName ) : System
Save ( string fileName ) : void
Serialize ( ) : System.Xml.Linq.XElement
Validate ( ) : void

메소드 상세

MapGeneratorArgs() 공개 메소드

public MapGeneratorArgs ( ) : System
리턴 System

MapGeneratorArgs() 공개 메소드

public MapGeneratorArgs ( [ fileName ) : System
fileName [
리턴 System

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

프로퍼티 상세

AboveFuncExponent 공개적으로 프로퍼티

public float AboveFuncExponent
리턴 float

AddBeaches 공개적으로 프로퍼티

public bool AddBeaches
리턴 bool

AddCaves 공개적으로 프로퍼티

public bool AddCaves
리턴 bool

AddCliffs 공개적으로 프로퍼티

public bool AddCliffs
리턴 bool

AddIgloos 공개적으로 프로퍼티

public bool AddIgloos
리턴 bool

AddSnow 공개적으로 프로퍼티

public bool AddSnow
리턴 bool

AddTrees 공개적으로 프로퍼티

public bool AddTrees
리턴 bool

AddWater 공개적으로 프로퍼티

public bool AddWater
리턴 bool

BeachExtent 공개적으로 프로퍼티

public int BeachExtent
리턴 int

Bias 공개적으로 프로퍼티

public float Bias
리턴 float

CaveDensity 공개적으로 프로퍼티

public float CaveDensity
리턴 float

CliffThreshold 공개적으로 프로퍼티

public float CliffThreshold
리턴 float

DetailScale 공개적으로 프로퍼티

public int DetailScale
리턴 int

LayeredHeightmap 공개적으로 프로퍼티

public bool LayeredHeightmap
리턴 bool

RaisedCorners 공개적으로 프로퍼티

public int RaisedCorners
리턴 int

Roughness 공개적으로 프로퍼티

public float Roughness
리턴 float

Seed 공개적으로 프로퍼티

public int Seed
리턴 int

SnowAltitude 공개적으로 프로퍼티

public int SnowAltitude
리턴 int

Theme 공개적으로 프로퍼티

public MapGenTheme Theme
리턴 MapGenTheme

TreeSpacingMin 공개적으로 프로퍼티

public int TreeSpacingMin
리턴 int

UseBias 공개적으로 프로퍼티

public bool UseBias
리턴 bool

WaterCoverage 공개적으로 프로퍼티

public float WaterCoverage
리턴 float

WaterLevel 공개적으로 프로퍼티

public int WaterLevel
리턴 int