C# 클래스 ManateesAgainstCards.States.Lobby

상속: Californium.State
파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 프로퍼티들

프로퍼티 타입 설명
ChatBacklog List

Private Properties

프로퍼티 타입 설명
InitializeSession void
KickCommand void
ParseCommand bool
TextInput bool

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
Enter ( ) : void
Lobby ( SessionRole role, string ip, string username ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
InitializeSession ( SessionRole role, string ip ) : void
KickCommand ( string value ) : void
ParseCommand ( string value ) : bool
TextInput ( TextInputArgs args ) : bool

메소드 상세

Draw() 공개 메소드

public Draw ( RenderTarget rt ) : void
rt RenderTarget
리턴 void

Enter() 공개 메소드

public Enter ( ) : void
리턴 void

Lobby() 공개 메소드

public Lobby ( SessionRole role, string ip, string username ) : System
role SessionRole
ip string
username string
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ChatBacklog 공개적으로 프로퍼티

public List ChatBacklog
리턴 List