C# Class SkylinesMultiplayer.Chat

Inheritance: UIPanel
Show file Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Public Methods

Method Description
OnReceiveChatMessage ( string msg ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CreateTextField ( ) : UITextField
RefreshChatText ( ) : void
SendChatMessage ( string msg ) : void

Method Details

OnReceiveChatMessage() public method

public OnReceiveChatMessage ( string msg ) : void
msg string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void