docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate StoreEnhancerStoreCreator<TState>

    A function that creates a new store. This is a parameter to the store enhancer.

    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public delegate IStore<TState> StoreEnhancerStoreCreator<TState>(Reducer<TState> rootReducer, TState initialState)
    Parameters
    Type Name Description
    Reducer<TState> rootReducer

    The root reducer of the store.

    TState initialState

    The initial state of the store.

    Returns
    Type Description
    IStore<TState>

    The new store.

    Type Parameters
    Name Description
    TState

    The type of the store state.

    See Also

    StoreEnhancer<TState>
    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)