docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDevToolsService

    The service that provides a set of tools for debugging and inspecting the state of the store.

    Namespace: Unity.AppUI.Redux.DevTools
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public interface IDevToolsService

    Methods

    Connect(IInstrumentedStore)

    Connect the DevTools to a store.

    Declaration
    void Connect(IInstrumentedStore store)
    Parameters
    Type Name Description
    IInstrumentedStore store

    The store to connect to.

    Disconnect(IInstrumentedStore)

    Disconnect the DevTools from a store.

    Declaration
    void Disconnect(IInstrumentedStore store)
    Parameters
    Type Name Description
    IInstrumentedStore store

    The store to disconnect from.

    GetConnectedStores()

    Get the stores that the DevTools are connected to.

    Declaration
    IInstrumentedStore[] GetConnectedStores()
    Returns
    Type Description
    IInstrumentedStore[]

    The stores that the DevTools are connected to.

    GetStoreById(string)

    Get a store by its ID if it is connected to the DevTools.

    Declaration
    IInstrumentedStore GetStoreById(string id)
    Parameters
    Type Name Description
    string id

    The ID of the store.

    Returns
    Type Description
    IInstrumentedStore

    The store if it is connected to the DevTools; otherwise, null.

    Events

    connectedStoresChanged

    Event that is invoked when the list of connected stores has changed.

    Declaration
    event Action connectedStoresChanged
    Event Type
    Type Description
    Action
    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)