C# Class ForgeChat

This is a simple Forge Chat Utility
Inheritance: BeardedManStudios.Network.SimpleNetworkedMonoBehavior
Afficher le fichier Open project: drakelinglabs/unityarmada

Méthodes publiques

Свойство Type Description
ChatInput InputField,
Chatbox Text

Méthodes publiques

Méthode Description
EndChatMessage ( ) : void
SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void

Méthodes protégées

Méthode Description
NetworkStart ( ) : void

Private Methods

Méthode Description
ColorToHex ( Color col ) : string
FloatToHex ( float value ) : string
ReceiveChatMessage ( string message ) : void
UpdateChatWindow ( ) : void

Method Details

EndChatMessage() public méthode

public EndChatMessage ( ) : void
Résultat void

NetworkStart() protected méthode

protected NetworkStart ( ) : void
Résultat void

SendChatMessage() public méthode

public SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void
theMessage string
serverMessage bool
Résultat void

Property Details

ChatInput public_oe property

public InputField, ChatInput
Résultat InputField,

Chatbox public_oe property

public Text Chatbox
Résultat Text