docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate Slice<TState, TStoreState>.GetSliceState

    Definition of the delegate method to get the slice state from the store state.

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

    The store state.

    Returns
    Type Description
    TState

    The slice 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)