Mirror::Examples::Chat::ChatWindow
Inherits from MonoBehaviour
Public Functions
Name | |
---|---|
void | Awake() |
void | OnSend() |
Public Attributes
Name | |
---|---|
InputField | chatMessage |
Text | chatHistory |
Scrollbar | scrollbar |
Public Functions Documentation
function Awake
inline void Awake()
function OnSend
inline void OnSend()
Public Attributes Documentation
variable chatMessage
InputField chatMessage;
variable chatHistory
Text chatHistory;
variable scrollbar
Scrollbar scrollbar;
Updated on 24 January 2021 at 23:47:10 UTC