C# Class MiningGame.Code.Entities.Console

Inheritance: MiningGame.Code.Interfaces.Interface
Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
CurrentSelection int
MainView GeeUI.Views.View
PossibleCommands List
PreviousCommands List
Shown bool

Méthodes publiques

Méthode Description
Console ( ) : System
ConsoleInit ( ) : void
Draw ( SpriteBatch sb ) : void
GetPossibleCommands ( string input ) : List
ToggleShown ( ) : void
Update ( GameTime time ) : void
UpdateConsole ( ) : void
Write ( string text ) : void

Private Methods

Méthode Description
Enter ( ) : void
TrimCommands ( ) : void

Method Details

Console() public méthode

public Console ( ) : System
Résultat System

ConsoleInit() public static méthode

public static ConsoleInit ( ) : void
Résultat void

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetPossibleCommands() public static méthode

public static GetPossibleCommands ( string input ) : List
input string
Résultat List

ToggleShown() public méthode

public ToggleShown ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void

UpdateConsole() public static méthode

public static UpdateConsole ( ) : void
Résultat void

Write() public static méthode

public static Write ( string text ) : void
text string
Résultat void

Property Details

CurrentSelection public_oe static_oe property

public static int CurrentSelection
Résultat int

MainView public_oe static_oe property

public static View,GeeUI.Views MainView
Résultat GeeUI.Views.View

PossibleCommands public_oe static_oe property

public static List PossibleCommands
Résultat List

PreviousCommands public_oe property

public List PreviousCommands
Résultat List

Shown public_oe property

public bool Shown
Résultat bool