C# 클래스 SadConsole.Game.WorldGeneration.Tile

파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BiomeBitmask int
BiomeType BiomeType
Bitmask int
Bottom Tile
Collidable bool
Color Microsoft.Xna.Framework.Color
FloodFilled bool
HeatType HeatType
HeightType HeightType
Left Tile
MoistureType MoistureType
Right Tile
Rivers List
Top Tile
X int

공개 메소드들

메소드 설명
DigRiver ( River river, int size ) : void
GetHeightValue ( Tile tile ) : float
GetLowestNeighbor ( ) : Direction
GetRiverNeighborCount ( River river ) : int
SetRiverPath ( River river ) : void
Tile ( ) : System.Collections.Generic
UpdateBiomeBitmask ( ) : void
UpdateBitmask ( ) : void

비공개 메소드들

메소드 설명
SetRiverTile ( River river ) : void

메소드 상세

DigRiver() 공개 메소드

public DigRiver ( River river, int size ) : void
river River
size int
리턴 void

GetHeightValue() 공개 정적인 메소드

public static GetHeightValue ( Tile tile ) : float
tile Tile
리턴 float

GetLowestNeighbor() 공개 메소드

public GetLowestNeighbor ( ) : Direction
리턴 Direction

GetRiverNeighborCount() 공개 메소드

public GetRiverNeighborCount ( River river ) : int
river River
리턴 int

SetRiverPath() 공개 메소드

public SetRiverPath ( River river ) : void
river River
리턴 void

Tile() 공개 메소드

public Tile ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UpdateBiomeBitmask() 공개 메소드

public UpdateBiomeBitmask ( ) : void
리턴 void

UpdateBitmask() 공개 메소드

public UpdateBitmask ( ) : void
리턴 void

프로퍼티 상세

BiomeBitmask 공개적으로 프로퍼티

public int BiomeBitmask
리턴 int

BiomeType 공개적으로 프로퍼티

public BiomeType BiomeType
리턴 BiomeType

Bitmask 공개적으로 프로퍼티

public int Bitmask
리턴 int

Bottom 공개적으로 프로퍼티

public Tile,SadConsole.Game.WorldGeneration Bottom
리턴 Tile

Collidable 공개적으로 프로퍼티

public bool Collidable
리턴 bool

Color 공개적으로 프로퍼티

public Color,Microsoft.Xna.Framework Color
리턴 Microsoft.Xna.Framework.Color

FloodFilled 공개적으로 프로퍼티

public bool FloodFilled
리턴 bool

HeatType 공개적으로 프로퍼티

public HeatType HeatType
리턴 HeatType

HeightType 공개적으로 프로퍼티

public HeightType HeightType
리턴 HeightType

Left 공개적으로 프로퍼티

public Tile,SadConsole.Game.WorldGeneration Left
리턴 Tile

MoistureType 공개적으로 프로퍼티

public MoistureType MoistureType
리턴 MoistureType

Right 공개적으로 프로퍼티

public Tile,SadConsole.Game.WorldGeneration Right
리턴 Tile

Rivers 공개적으로 프로퍼티

public List Rivers
리턴 List

Top 공개적으로 프로퍼티

public Tile,SadConsole.Game.WorldGeneration Top
리턴 Tile

X 공개적으로 프로퍼티

public int X
리턴 int