C# Class MiningGame.Code.Interfaces.ChatInterface

Inheritance: Interface
Show file Open project: geel9/Minor-Destruction Class Usage Examples

Public Properties

Property Type Description
ChatEntryField GeeUI.Views.TextFieldView
ChatEntryMode bool
ChatLogField GeeUI.Views.TextFieldView
MainView GeeUI.Views.View

Public Methods

Method Description
AddChat ( ChatEntry entry ) : void
ChatInterface ( ) : System
ConsoleInit ( ) : void
Draw ( SpriteBatch sb ) : void
HideChatEntry ( ) : void
ShowChatEntry ( ) : void
Update ( GameTime time ) : void

Method Details

AddChat() public static method

public static AddChat ( ChatEntry entry ) : void
entry ChatEntry
return void

ChatInterface() public method

public ChatInterface ( ) : System
return System

ConsoleInit() public static method

public static ConsoleInit ( ) : void
return void

Draw() public method

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

HideChatEntry() public static method

public static HideChatEntry ( ) : void
return void

ShowChatEntry() public static method

public static ShowChatEntry ( ) : void
return void

Update() public method

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

Property Details

ChatEntryField public static property

public static TextFieldView,GeeUI.Views ChatEntryField
return GeeUI.Views.TextFieldView

ChatEntryMode public static property

public static bool ChatEntryMode
return bool

ChatLogField public static property

public static TextFieldView,GeeUI.Views ChatLogField
return GeeUI.Views.TextFieldView

MainView public static property

public static View,GeeUI.Views MainView
return GeeUI.Views.View