docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPartionableState

    Interface to implement a store state that can be sliced.

    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public interface IPartionableState

    Methods

    Get<TSliceState>(string)

    Implementation of the method to get the slice state from the store state.

    Declaration
    TSliceState Get<TSliceState>(string sliceName)
    Parameters
    Type Name Description
    string sliceName

    The name of the slice.

    Returns
    Type Description
    TSliceState

    The slice state.

    Type Parameters
    Name Description
    TSliceState

    The type of 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)