C# Class SkylinesMultiplayer.Chat

Inheritance: UIPanel
Afficher le fichier Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Méthodes publiques

Méthode Description
OnReceiveChatMessage ( string msg ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CreateTextField ( ) : UITextField
RefreshChatText ( ) : void
SendChatMessage ( string msg ) : void

Method Details

OnReceiveChatMessage() public méthode

public OnReceiveChatMessage ( string msg ) : void
msg string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void