Table of Contents

Class UIChatMessage

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
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

ChatMessageType

Methods

Display(bool)

public void Display(bool display)

Parameters

display bool

SetContent(ChatMessageType, string)

public void SetContent(ChatMessageType type, string msg)

Parameters

type ChatMessageType
msg string