Table of Contents

Class DebugUIHandler

Namespace
Zorro.Core.CLI
Assembly
Zorro.Core.Runtime.dll
public class DebugUIHandler : Singleton<DebugUIHandler>
Inheritance
DebugUIHandler
Inherited Members
Extension Methods

Constructors

DebugUIHandler()

public DebugUIHandler()

Fields

m_consoleUXMLAsset

public VisualTreeAsset m_consoleUXMLAsset

Field Value

VisualTreeAsset

m_logEntryUXMLAsset

public VisualTreeAsset m_logEntryUXMLAsset

Field Value

VisualTreeAsset

Properties

CurrentPage

public DebugPage CurrentPage { get; }

Property Value

DebugPage

IsOpen

public bool IsOpen { get; }

Property Value

bool

Methods

AddEntry(ConsoleLogEntry)

public void AddEntry(ConsoleLogEntry entry)

Parameters

entry ConsoleLogEntry

Awake()

protected override void Awake()

Hide()

public void Hide()

RegisterPage(string, Func<DebugPage>)

public void RegisterPage(string text, Func<DebugPage> page)

Parameters

text string
page Func<DebugPage>

Show()

public void Show()