docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate Slice<TState, TStoreState>.SetSliceState

    Definition of the delegate method to set the slice state in the store state.

    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public delegate TStoreState Slice<TState, TStoreState>.SetSliceState(TStoreState state, TState sliceState)
    Parameters
    Type Name Description
    TStoreState state

    The store state.

    TState sliceState

    The slice state.

    Returns
    Type Description
    TStoreState

    The new store state.

    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)