Table of Contents

Class UIDebugLog

public class UIDebugLog : MonoBehaviour
Inheritance
UIDebugLog

Fields

DebugLogContainer

public RectTransform DebugLogContainer

Field Value

RectTransform

DemoSceneContainer

public UISampleSceneUIContainer DemoSceneContainer

Field Value

UISampleSceneUIContainer

DisableOnScreenLog

public bool DisableOnScreenLog

Field Value

bool

FPSValue

public Text FPSValue

Field Value

Text

LogLevelContentContainer

public Transform LogLevelContentContainer

Field Value

Transform

LogLevelMenuButton

public Button LogLevelMenuButton

Field Value

Button

LogLevelScrollView

public ScrollRect LogLevelScrollView

Field Value

ScrollRect

LogLevelTemplate

public UIDebugLogLevelMenuItem LogLevelTemplate

Field Value

UIDebugLogLevelMenuItem

MAX_LINES_TO_DISPLAY

public const int MAX_LINES_TO_DISPLAY = 7

Field Value

int

OptionElements

public GameObject[] OptionElements

Field Value

GameObject[]

ScrollRect

public ScrollRect ScrollRect

Field Value

ScrollRect

UIDebugLogText

public Text UIDebugLogText

Field Value

Text

Methods

OnLogLevelChanged(LogCategory, LogLevel)

public void OnLogLevelChanged(LogCategory Category, LogLevel Level)

Parameters

Category LogCategory
Level LogLevel

OnScollDragBegin()

public void OnScollDragBegin()

OnScollDragEnd()

public void OnScollDragEnd()

OnScrollValueChanged(Vector2)

public void OnScrollValueChanged(Vector2 value)

Parameters

value Vector2

OnTextFilterEdit(string)

public void OnTextFilterEdit(string newFilter)

Parameters

newFilter string

ScrollToLogLevelItem(UIDebugLogLevelMenuItem)

public void ScrollToLogLevelItem(UIDebugLogLevelMenuItem item)

Parameters

item UIDebugLogLevelMenuItem

ToggleExpand()

public void ToggleExpand()

ToggleLogLevelMenu()

public void ToggleLogLevelMenu()

ToggleLogVisibility()

public void ToggleLogVisibility()

ToggleOptions()

public void ToggleOptions()