Property | Type | Description | |
---|---|---|---|
ChatInput | InputField, | ||
Chatbox | Text |
Method | Description | |
---|---|---|
EndChatMessage ( ) : void | ||
SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void |
Method | Description | |
---|---|---|
NetworkStart ( ) : void |
Method | Description | |
---|---|---|
ColorToHex ( Color col ) : string | ||
FloatToHex ( float value ) : string | ||
ReceiveChatMessage ( string message ) : void | ||
UpdateChatWindow ( ) : void |
public SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void | ||
theMessage | string | |
serverMessage | bool | |
return | void |