C# 클래스 SadRogueSharp.Consoles.MapConsole

상속: SadConsole.Consoles.Console
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
entities List
map IMap
player Entities.Player
random RogueSharp.Random.IRandom

공개 메소드들

메소드 설명
MapConsole ( int width, int height ) : System
ProcessKeyboard ( KeyboardInfo info ) : bool
Render ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GenerateHound ( ) : void
GetRandomEmptyCell ( ) : RogueSharp.Cell
UpdatePlayerView ( ) : void

메소드 상세

MapConsole() 공개 메소드

public MapConsole ( int width, int height ) : System
width int
height int
리턴 System

ProcessKeyboard() 공개 메소드

public ProcessKeyboard ( KeyboardInfo info ) : bool
info SadConsole.Input.KeyboardInfo
리턴 bool

Render() 공개 메소드

public Render ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

entities 보호되어 있는 프로퍼티

protected List entities
리턴 List

map 보호되어 있는 프로퍼티

protected IMap map
리턴 IMap

player 보호되어 있는 프로퍼티

protected Entities.Player player
리턴 Entities.Player

random 보호되어 있는 프로퍼티

protected RogueSharp.Random.IRandom random
리턴 RogueSharp.Random.IRandom