Table of Contents

Class UIChatEntry

public class UIChatEntry : MonoBehaviour
Inheritance
UIChatEntry

Fields

LocalChatPanel

public GameObject LocalChatPanel

Field Value

GameObject

LocalMessage

public Text LocalMessage

Field Value

Text

LocalUser

public Text LocalUser

Field Value

Text

RemoteChatPanel

public GameObject RemoteChatPanel

Field Value

GameObject

RemoteMessage

public Text RemoteMessage

Field Value

Text

RemoteUser

public 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