Property | Type | Description | |
---|---|---|---|
Canvas | UnityEngine.Rendering.UI.DebugUIHandlerCanvas | ||
nameLabel | Text | ||
scrollRect | ScrollRect | ||
viewport | RectTransform |
Property | Type | Description | |
---|---|---|---|
m_Panel | DebugUI.Panel |
Method | Description | |
---|---|---|
OnEnable ( ) : void | ||
OnScrollbarClicked ( ) : void |
Scrollbar value clicked via mouse/touch.
|
|
ResetDebugManager ( ) : void |
Function to reset DebugManager, provided for UI.
|
|
SelectNextItem ( ) : void |
Select next panel on the canvas.
|
|
SelectPreviousItem ( ) : void |
Select previous panel on the canvas.
|
Method | Description | |
---|---|---|
GetFirstItem ( ) : UnityEngine.Rendering.UI.DebugUIHandlerWidget | ||
GetPanel ( ) : DebugUI.Panel | ||
GetYPosInScroll ( RectTransform target ) : float | ||
SetPanel ( DebugUI.Panel panel ) : void | ||
SetScrollTarget ( UnityEngine.Rendering.UI.DebugUIHandlerWidget target ) : void | ||
UpdateScroll ( ) : void |
public DebugUIHandlerCanvas,UnityEngine.Rendering.UI Canvas | ||
return | UnityEngine.Rendering.UI.DebugUIHandlerCanvas |