Class DebugUI.Widget
Base class for all debug UI widgets.
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public abstract class DebugUI.Widget
Fields
Name | Description |
---|---|
is |
Optional delegate that can be used to conditionally hide widgets at runtime (e.g. due to state of other widgets). |
m_Panel | Panels containing the widget. |
m_Parent | Parent container. |
Properties
Name | Description |
---|---|
display |
Display name. |
flags | Flags for the widget. |
is |
True if the widget is Editor only. |
is |
If should |
is |
True if the widget is inactive in the editor (i.e. widget is runtime only and the application is not 'Playing'). |
is |
True if the widget is Runtime only. |
name |
Helper setter to allow more compact initialization of widgets. |
panel | Panels containing the widget. |
parent | Parent container. |
query |
Path of the widget. |
tooltip | Tooltip. |
Methods
Name | Description |
---|---|
Get |
Returns the hash code of the widget. |