C# Class MiningGame.Code.Interfaces.ChatInterface

Inheritance: Interface
显示文件 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_oe static_oe property

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

ChatEntryMode public_oe static_oe property

public static bool ChatEntryMode
return bool

ChatLogField public_oe static_oe property

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

MainView public_oe static_oe property

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