docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DevToolsUIState

    The state of the DevTools UI. Each DevTools window has its own state.

    Inheritance
    object
    DevToolsUIState
    Implements
    IEquatable<DevToolsUIState>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.Redux.DevTools
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    [Serializable]
    public record DevToolsUIState : IEquatable<DevToolsUIState>

    Fields

    actionInspector

    The data of the selected action.

    Declaration
    public ActionInspector actionInspector
    Field Value
    Type Description
    ActionInspector

    isInspectorVisible

    Whether the DevTools inspector is visible.

    Declaration
    public bool isInspectorVisible
    Field Value
    Type Description
    bool

    isPlaying

    Whether the DevTools UI is currently playing back actions.

    Declaration
    public bool isPlaying
    Field Value
    Type Description
    bool

    liftedState

    The lifted state of the selected store.

    Declaration
    public LiftedState liftedState
    Field Value
    Type Description
    LiftedState

    selectedStoreId

    The ID of the selected store.

    Declaration
    public string selectedStoreId
    Field Value
    Type Description
    string

    settings

    The settings of the DevTools UI.

    Declaration
    public UISettings settings
    Field Value
    Type Description
    UISettings

    stores

    The list of stores available for inspection.

    Declaration
    public StoreData[] stores
    Field Value
    Type Description
    StoreData[]

    Implements

    IEquatable<T>
    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)