C# Class ForgeChat

This is a simple Forge Chat Utility
Inheritance: BeardedManStudios.Network.SimpleNetworkedMonoBehavior
Mostra file Open project: drakelinglabs/unityarmada

Public Properties

Property Type Description
ChatInput InputField,
Chatbox Text

Public Methods

Method Description
EndChatMessage ( ) : void
SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void

Protected Methods

Method Description
NetworkStart ( ) : void

Private Methods

Method Description
ColorToHex ( Color col ) : string
FloatToHex ( float value ) : string
ReceiveChatMessage ( string message ) : void
UpdateChatWindow ( ) : void

Method Details

EndChatMessage() public method

public EndChatMessage ( ) : void
return void

NetworkStart() protected method

protected NetworkStart ( ) : void
return void

SendChatMessage() public method

public SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void
theMessage string
serverMessage bool
return void

Property Details

ChatInput public_oe property

public InputField, ChatInput
return InputField,

Chatbox public_oe property

public Text Chatbox
return Text