C# 클래스 MiningGame.Code.Interfaces.ChatInterface

상속: Interface
파일 보기 프로젝트 열기: geel9/Minor-Destruction 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChatEntryField GeeUI.Views.TextFieldView
ChatEntryMode bool
ChatLogField GeeUI.Views.TextFieldView
MainView GeeUI.Views.View

공개 메소드들

메소드 설명
AddChat ( ChatEntry entry ) : void
ChatInterface ( ) : System
ConsoleInit ( ) : void
Draw ( SpriteBatch sb ) : void
HideChatEntry ( ) : void
ShowChatEntry ( ) : void
Update ( GameTime time ) : void

메소드 상세

AddChat() 공개 정적인 메소드

public static AddChat ( ChatEntry entry ) : void
entry ChatEntry
리턴 void

ChatInterface() 공개 메소드

public ChatInterface ( ) : System
리턴 System

ConsoleInit() 공개 정적인 메소드

public static ConsoleInit ( ) : void
리턴 void

Draw() 공개 메소드

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

HideChatEntry() 공개 정적인 메소드

public static HideChatEntry ( ) : void
리턴 void

ShowChatEntry() 공개 정적인 메소드

public static ShowChatEntry ( ) : void
리턴 void

Update() 공개 메소드

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

프로퍼티 상세

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

public static TextFieldView,GeeUI.Views ChatEntryField
리턴 GeeUI.Views.TextFieldView

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

public static bool ChatEntryMode
리턴 bool

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

public static TextFieldView,GeeUI.Views ChatLogField
리턴 GeeUI.Views.TextFieldView

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

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