C# 클래스 MiningGame.Code.Entities.Console

상속: MiningGame.Code.Interfaces.Interface
파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
CurrentSelection int
MainView GeeUI.Views.View
PossibleCommands List
PreviousCommands List
Shown bool

공개 메소드들

메소드 설명
Console ( ) : System
ConsoleInit ( ) : void
Draw ( SpriteBatch sb ) : void
GetPossibleCommands ( string input ) : List
ToggleShown ( ) : void
Update ( GameTime time ) : void
UpdateConsole ( ) : void
Write ( string text ) : void

비공개 메소드들

메소드 설명
Enter ( ) : void
TrimCommands ( ) : void

메소드 상세

Console() 공개 메소드

public Console ( ) : System
리턴 System

ConsoleInit() 공개 정적인 메소드

public static ConsoleInit ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

GetPossibleCommands() 공개 정적인 메소드

public static GetPossibleCommands ( string input ) : List
input string
리턴 List

ToggleShown() 공개 메소드

public ToggleShown ( ) : void
리턴 void

Update() 공개 메소드

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void

UpdateConsole() 공개 정적인 메소드

public static UpdateConsole ( ) : void
리턴 void

Write() 공개 정적인 메소드

public static Write ( string text ) : void
text string
리턴 void

프로퍼티 상세

CurrentSelection 공개적으로 정적으로 프로퍼티

public static int CurrentSelection
리턴 int

MainView 공개적으로 정적으로 프로퍼티

public static View,GeeUI.Views MainView
리턴 GeeUI.Views.View

PossibleCommands 공개적으로 정적으로 프로퍼티

public static List PossibleCommands
리턴 List

PreviousCommands 공개적으로 프로퍼티

public List PreviousCommands
리턴 List

Shown 공개적으로 프로퍼티

public bool Shown
리턴 bool