Skip to content

DebugOutputPanel

Graydon edited this page Mar 21, 2017 · 6 revisions

public class DebugOutputPanel

Base Class: UICustomControl

Fields

private SavedInputKey m_DebugOuput
private UIScrollablePanel m_Container
private bool isShuttingDown
private static string kDebugEntryTemplate
private static List<Message> sPendingMessages

Constructors

static DebugOutputPanel()

Methods

private void OnApplicationQuit()
private void Awake()
private void OnEnable()
private void OnDisable()
private void OnResizePanel(UIComponent c, Vector2 s)
private void Update()
private void SyncMessages()
public static void Show()
public static void Hide()
public static void AddMessage(MessageType type, string message)
private static void AddMessage(MessageType type, string message, bool syncing)
private void AddMessageInternal(MessageType type, string message)
public void OnClear()
public void OnClose()

Clone this wiki locally