docs.unity.cn
    Show / Hide Table of Contents

    Interface IDebugDisplaySettingsPanel

    Debug UI panel

    Namespace: UnityEngine.Rendering
    Syntax
    public interface IDebugDisplaySettingsPanel

    Properties

    Flags

    Flags to be applied to the top-level panel.

    Declaration
    DebugUI.Flags Flags { get; }
    Property Value
    Type Description
    DebugUI.Flags

    PanelName

    The name used when displaying this panel.

    Declaration
    string PanelName { get; }
    Property Value
    Type Description
    String

    Widgets

    Widgets used by this panel.

    Declaration
    DebugUI.Widget[] Widgets { get; }
    Property Value
    Type Description
    DebugUI.Widget[]

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023