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

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

공개 프로퍼티들

프로퍼티 타입 설명
AnimationEditorButton GeeUI.Views.ButtonView
HostGameButton GeeUI.Views.ButtonView
JoinGameButton GeeUI.Views.ButtonView
MainView GeeUI.Views.WindowView
PlayerNameTextField GeeUI.Views.TextFieldView
ServerIPTextField GeeUI.Views.TextFieldView
ServerPortTextField GeeUI.Views.TextFieldView

공개 메소드들

메소드 설명
Connect ( ) : void
Draw ( SpriteBatch sb ) : void
Host ( ) : void
StartGameInterface ( ) : System
Update ( GameTime time ) : void
destroy ( ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Draw() 공개 메소드

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

Host() 공개 메소드

public Host ( ) : void
리턴 void

StartGameInterface() 공개 메소드

public StartGameInterface ( ) : System
리턴 System

Update() 공개 메소드

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

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

프로퍼티 상세

AnimationEditorButton 공개적으로 프로퍼티

public ButtonView,GeeUI.Views AnimationEditorButton
리턴 GeeUI.Views.ButtonView

HostGameButton 공개적으로 프로퍼티

public ButtonView,GeeUI.Views HostGameButton
리턴 GeeUI.Views.ButtonView

JoinGameButton 공개적으로 프로퍼티

public ButtonView,GeeUI.Views JoinGameButton
리턴 GeeUI.Views.ButtonView

MainView 공개적으로 프로퍼티

public WindowView,GeeUI.Views MainView
리턴 GeeUI.Views.WindowView

PlayerNameTextField 공개적으로 프로퍼티

public TextFieldView,GeeUI.Views PlayerNameTextField
리턴 GeeUI.Views.TextFieldView

ServerIPTextField 공개적으로 프로퍼티

public TextFieldView,GeeUI.Views ServerIPTextField
리턴 GeeUI.Views.TextFieldView

ServerPortTextField 공개적으로 프로퍼티

public TextFieldView,GeeUI.Views ServerPortTextField
리턴 GeeUI.Views.TextFieldView