C# 클래스 fCraft.RealisticMapGenParameters

Contains parameters for advanced map generation.
상속: MapGeneratorParameters
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 메소드들

메소드 설명
ApplyDefaults ( ) : void
Clone ( ) : object
CreateGenerator ( ) : MapGeneratorState
RealisticMapGenParameters ( ) : System
RealisticMapGenParameters ( [ root ) : System
Save ( System.Xml.Linq.XElement root ) : void
Validate ( ) : void

Checks constraints on all the parameters' values, throws ArgumentException if there are any violations.

메소드 상세

ApplyDefaults() 공개 메소드

public ApplyDefaults ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CreateGenerator() 공개 메소드

public CreateGenerator ( ) : MapGeneratorState
리턴 MapGeneratorState

RealisticMapGenParameters() 공개 메소드

public RealisticMapGenParameters ( ) : System
리턴 System

RealisticMapGenParameters() 공개 메소드

public RealisticMapGenParameters ( [ root ) : System
root [
리턴 System

Save() 공개 메소드

public Save ( System.Xml.Linq.XElement root ) : void
root System.Xml.Linq.XElement
리턴 void

Validate() 공개 메소드

Checks constraints on all the parameters' values, throws ArgumentException if there are any violations.
public Validate ( ) : void
리턴 void