Interface DebugUI.IContainer | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Interface DebugUI.IContainer

    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public interface IContainer

    Properties

    children

    Declaration
    ObservableList<DebugUI.Widget> children { get; }
    Property Value
    Type Description
    ObservableList<DebugUI.Widget>

    displayName

    Declaration
    string displayName { get; set; }
    Property Value
    Type Description
    String

    queryPath

    Declaration
    string queryPath { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX