Class DebugUI.Foldout | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugUI.Foldout

    Inheritance
    System.Object
    DebugUI.Widget
    DebugUI.Container
    DebugUI.Foldout
    Inherited Members
    DebugUI.Container.children
    DebugUI.Container.panel
    DebugUI.Container.OnItemAdded(ObservableList<DebugUI.Widget>, ListChangedEventArgs<DebugUI.Widget>)
    DebugUI.Container.OnItemRemoved(ObservableList<DebugUI.Widget>, ListChangedEventArgs<DebugUI.Widget>)
    DebugUI.Container.GetHashCode()
    DebugUI.Widget.m_Panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.RemoveSelf()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class Foldout : DebugUI.Container, DebugUI.IContainer, DebugUI.IValueField

    Fields

    opened

    Declaration
    public bool opened
    Field Value
    Type Description
    System.Boolean

    Properties

    isReadOnly

    Declaration
    public bool isReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetValue()

    Declaration
    public bool GetValue()
    Returns
    Type Description
    System.Boolean

    SetValue(Boolean)

    Declaration
    public void SetValue(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    SetValue(Object)

    Declaration
    public void SetValue(object value)
    Parameters
    Type Name Description
    System.Object value
    Implements
    DebugUI.IValueField.SetValue(Object)

    ValidateValue(Object)

    Declaration
    public object ValidateValue(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    System.Object
    Implements
    DebugUI.IValueField.ValidateValue(Object)

    Explicit Interface Implementations

    DebugUI.IValueField.GetValue()

    Declaration
    object DebugUI.IValueField.GetValue()
    Returns
    Type Description
    System.Object
    Implements
    DebugUI.IValueField.GetValue()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023