Class UIChatEntry
public class UIChatEntry : MonoBehaviour
- Inheritance
-
UIChatEntry
Fields
LocalChatPanel
public GameObject LocalChatPanel
Field Value
- GameObject
LocalMessage
Field Value
- Text
LocalUser
Field Value
- Text
RemoteChatPanel
public GameObject RemoteChatPanel
Field Value
- GameObject
RemoteMessage
public Text RemoteMessage
Field Value
- Text
RemoteUser
Field Value
- Text
Methods
SetLocalEntry(string, string)
public void SetLocalEntry(string DisplayName, string Message)
Parameters
DisplayName
string
Message
string
SetRemoteEntry(string, string)
public void SetRemoteEntry(string DisplayName, string Message)
Parameters
DisplayName
string
Message
string