Class UIChatMessage
public class UIChatMessage : MonoBehaviour
- Inheritance
-
UIChatMessage
- Extension Methods
Constructors
UIChatMessage()
public UIChatMessage()
Fields
messageText
public TextMeshProUGUI messageText
Field Value
- TextMeshProUGUI
type
public ChatMessageType type
Field Value
Methods
Display(bool)
public void Display(bool display)
Parameters
displaybool
SetContent(ChatMessageType, string)
public void SetContent(ChatMessageType type, string msg)
Parameters
typeChatMessageTypemsgstring