docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ExpandedState<TState, TTarget>

    Used in editor drawer part to store the state of expendable areas.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEditor.Rendering
    Assembly: Unity.RenderPipelines.Core.Editor.dll
    Syntax
    public struct ExpandedState<TState, TTarget> where TState : struct, IConvertible
    Type Parameters
    Name Description
    TState

    An enum to use to describe the state.

    TTarget

    A type given to automatically compute the key.

    Constructors

    ExpandedState(TState, string)

    Constructor will create the key to store in the EditorPref the state given generic type passed. The key will be formated as such prefix:TTarget:TState:UI_State.

    Declaration
    public ExpandedState(TState defaultValue, string prefix = "CoreRP")
    Parameters
    Type Name Description
    TState defaultValue

    If key did not exist, it will be created with this value for initialization.

    string prefix

    [Optional] Prefix scope of the key (Default is CoreRP)

    Properties

    this[TState]

    Get or set the state given the mask.

    Declaration
    public bool this[TState mask] { get; set; }
    Parameters
    Type Name Description
    TState mask

    The filtering mask

    Property Value
    Type Description
    bool

    True: All flagged area are expended

    Methods

    CollapseAll()

    Utility to set all states to false

    Declaration
    public void CollapseAll()

    ExpandAll()

    Utility to set all states to true

    Declaration
    public void ExpandAll()

    GetExpandedAreas(TState)

    Accessor to the expended state of this specific mask.

    Declaration
    public bool GetExpandedAreas(TState mask)
    Parameters
    Type Name Description
    TState mask

    The filtering mask

    Returns
    Type Description
    bool

    True: All flagged area are expended

    SetExpandedAreas(TState, bool)

    Setter to the expended state.

    Declaration
    public void SetExpandedAreas(TState mask, bool value)
    Parameters
    Type Name Description
    TState mask

    The filtering mask

    bool value

    The expended state to set

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)