Interface DebugUI.IContainer
Interface for widgets that can contain other widgets.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface DebugUI.IContainer
Properties
| Name | Description |
|---|---|
| children | List of children of the container. |
| displayName | Display name of the container. |
| queryPath | Path of the container. |