C# Class Urho.Samples.Chat

Inheritance: Sample
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
Chat ( ApplicationOptions options = null ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode 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 méthode

public Chat ( ApplicationOptions options = null ) : System.Collections.Generic
options ApplicationOptions
Résultat System.Collections.Generic

Start() protected méthode

protected Start ( ) : void
Résultat void