Table of Contents

Class UIDebugLogLevelMenuItem

public class UIDebugLogLevelMenuItem : MonoBehaviour
Inheritance
UIDebugLogLevelMenuItem

Fields

CategoryText

public Text CategoryText

Field Value

Text

DebugLog

public UIDebugLog DebugLog

Field Value

UIDebugLog

LogLevelDropdown

public Dropdown LogLevelDropdown

Field Value

Dropdown

Methods

GetCategory()

public LogCategory GetCategory()

Returns

LogCategory

GetLevel()

public LogLevel GetLevel()

Returns

LogLevel

InitDropdown()

public void InitDropdown()

OnPointerDown()

public void OnPointerDown()

OnSelect()

public void OnSelect()

OnValueChanged(int)

public void OnValueChanged(int newValue)

Parameters

newValue int

SetCategory(LogCategory)

public void SetCategory(LogCategory Category)

Parameters

Category LogCategory

SetLevel(LogLevel)

public void SetLevel(LogLevel Level)

Parameters

Level LogLevel