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

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

공개 프로퍼티들

프로퍼티 타입 설명
CurrentDirection Direction
ID int
Intersections int
Length int
Tiles List
TurnCount float

공개 메소드들

메소드 설명
AddTile ( Tile tile ) : void
River ( int id ) : System.Collections.Generic

메소드 상세

AddTile() 공개 메소드

public AddTile ( Tile tile ) : void
tile Tile
리턴 void

River() 공개 메소드

public River ( int id ) : System.Collections.Generic
id int
리턴 System.Collections.Generic

프로퍼티 상세

CurrentDirection 공개적으로 프로퍼티

public Direction CurrentDirection
리턴 Direction

ID 공개적으로 프로퍼티

public int ID
리턴 int

Intersections 공개적으로 프로퍼티

public int Intersections
리턴 int

Length 공개적으로 프로퍼티

public int Length
리턴 int

Tiles 공개적으로 프로퍼티

public List Tiles
리턴 List

TurnCount 공개적으로 프로퍼티

public float TurnCount
리턴 float