docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InstrumentedStoreExtensions

    The instrumented store extensions.

    Inheritance
    object
    InstrumentedStoreExtensions
    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
    public static class InstrumentedStoreExtensions

    Methods

    AsInstrumentedStore<TState>(IStore<TState>)

    Get the instrumented store from a store.

    Declaration
    public static IInstrumentedStore<TState> AsInstrumentedStore<TState>(this IStore<TState> store)
    Parameters
    Type Name Description
    IStore<TState> store

    The store.

    Returns
    Type Description
    IInstrumentedStore<TState>

    The instrumented store.

    Type Parameters
    Name Description
    TState

    The type of the store state.

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if the store is not instrumented.

    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)