C# Class Urho.Samples.Chat

Inheritance: Sample
Show file Open project: xamarin/urho-samples

Public Methods

Method Description
Chat ( ApplicationOptions options = null ) : System.Collections.Generic

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
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

Method Details

Chat() public method

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

Start() protected method

protected Start ( ) : void
return void