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
Field Value
- Text
LogLevelContentContainer
public Transform LogLevelContentContainer
Field Value
- Transform
public Button LogLevelMenuButton
Field Value
- Button
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[]
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()
public void OnScrollValueChanged(Vector2 value)
Parameters
value
Vector2
OnTextFilterEdit(string)
public void OnTextFilterEdit(string newFilter)
Parameters
newFilter
string
public void ScrollToLogLevelItem(UIDebugLogLevelMenuItem item)
Parameters
item
UIDebugLogLevelMenuItem
ToggleExpand()
public void ToggleExpand()
public void ToggleLogLevelMenu()
ToggleLogVisibility()
public void ToggleLogVisibility()
ToggleOptions()
public void ToggleOptions()