C# 클래스 ManateesAgainstCards.States.InGame

상속: Californium.State
파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChatBacklog List

Private Properties

프로퍼티 타입 설명
InputText bool
KickCommand void
ParseCommand bool
RemoveSelectedWhiteCards void

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
Enter ( ) : void
InGame ( IEnumerable players ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
InputText ( TextInputArgs args ) : bool
KickCommand ( string value ) : void
ParseCommand ( string value ) : bool
RemoveSelectedWhiteCards ( ) : void

메소드 상세

Draw() 공개 메소드

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

Enter() 공개 메소드

public Enter ( ) : void
리턴 void

InGame() 공개 메소드

public InGame ( IEnumerable players ) : System
players IEnumerable
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ChatBacklog 공개적으로 프로퍼티

public List ChatBacklog
리턴 List