Class DebugUI.Table.Row
Row Container.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.Table.Row : DebugUI.Container, DebugUI.IContainer
Constructors
Row()
Constructor.
Declaration
public Row()
Properties
opened
Opened state of the row. No longer used.
Declaration
[Obsolete("This class no longer inherits from Foldout, but from Container. This field is kept for compatibility but it no longer does anything. #from(6000.5)")]
public bool opened { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Create()
Creates the VisualElement for the widget that will be added to the panel UI.
Declaration
protected override VisualElement Create()
Returns
| Type | Description |
|---|---|
| VisualElement | The widget's VisualElement |