C# Class MiningGame.Code.Interfaces.ChatInterface

Inheritance: Interface
Afficher le fichier Open project: geel9/Minor-Destruction Class Usage Examples

Méthodes publiques

Свойство Type Description
ChatEntryField GeeUI.Views.TextFieldView
ChatEntryMode bool
ChatLogField GeeUI.Views.TextFieldView
MainView GeeUI.Views.View

Méthodes publiques

Méthode 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 méthode

public static AddChat ( ChatEntry entry ) : void
entry ChatEntry
Résultat void

ChatInterface() public méthode

public ChatInterface ( ) : 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

HideChatEntry() public static méthode

public static HideChatEntry ( ) : void
Résultat void

ShowChatEntry() public static méthode

public static ShowChatEntry ( ) : void
Résultat void

Update() public méthode

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

Property Details

ChatEntryField public_oe static_oe property

public static TextFieldView,GeeUI.Views ChatEntryField
Résultat GeeUI.Views.TextFieldView

ChatEntryMode public_oe static_oe property

public static bool ChatEntryMode
Résultat bool

ChatLogField public_oe static_oe property

public static TextFieldView,GeeUI.Views ChatLogField
Résultat GeeUI.Views.TextFieldView

MainView public_oe static_oe property

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