C# 클래스 WrappingWorldGenerator

상속: Generator
파일 보기 프로젝트 열기: jongallant/WorldGeneratorFinal 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
HeatMap AccidentalNoise.ImplicitCombiner
HeightMap AccidentalNoise.ImplicitFractal
MoistureMap AccidentalNoise.ImplicitFractal

보호된 메소드들

메소드 설명
GetBottom ( Tile, t ) : Tile,
GetData ( ) : void
GetLeft ( Tile, t ) : Tile,
GetRight ( Tile, t ) : Tile,
GetTop ( Tile, t ) : Tile,
Initialize ( ) : void

메소드 상세

GetBottom() 보호된 메소드

protected GetBottom ( Tile, t ) : Tile,
t Tile,
리턴 Tile,

GetData() 보호된 메소드

protected GetData ( ) : void
리턴 void

GetLeft() 보호된 메소드

protected GetLeft ( Tile, t ) : Tile,
t Tile,
리턴 Tile,

GetRight() 보호된 메소드

protected GetRight ( Tile, t ) : Tile,
t Tile,
리턴 Tile,

GetTop() 보호된 메소드

protected GetTop ( Tile, t ) : Tile,
t Tile,
리턴 Tile,

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

프로퍼티 상세

HeatMap 보호되어 있는 프로퍼티

protected ImplicitCombiner,AccidentalNoise HeatMap
리턴 AccidentalNoise.ImplicitCombiner

HeightMap 보호되어 있는 프로퍼티

protected ImplicitFractal,AccidentalNoise HeightMap
리턴 AccidentalNoise.ImplicitFractal

MoistureMap 보호되어 있는 프로퍼티

protected ImplicitFractal,AccidentalNoise MoistureMap
리턴 AccidentalNoise.ImplicitFractal