C# 클래스 Urho.Samples.Chat

상속: Sample
파일 보기 프로젝트 열기: xamarin/urho-samples

공개 메소드들

메소드 설명
Chat ( ApplicationOptions options = null ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Start ( ) : void

비공개 메소드들

메소드 설명
CreateButton ( string text, int width ) : Button
CreateUI ( ) : void
HandleConnect ( ) : void
HandleDisconnect ( ) : void
HandleLogMessage ( LogMessageEventArgs args ) : void
HandleNetworkMessage ( NetworkMessageEventArgs args ) : void
HandleSend ( ) : void
HandleStartServer ( ) : void
ShowChatText ( string row ) : void
SubscribeToEvents ( ) : void
UpdateButtons ( ) : void

메소드 상세

Chat() 공개 메소드

public Chat ( ApplicationOptions options = null ) : System.Collections.Generic
options ApplicationOptions
리턴 System.Collections.Generic

Start() 보호된 메소드

protected Start ( ) : void
리턴 void