docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStateProvider<TState>

    Interface for a Store with a specific state type.

    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public interface IStateProvider<out TState>
    Type Parameters
    Name Description
    TState

    The type of the state.

    Methods

    GetState()

    Returns a state of type TState.

    Declaration
    TState GetState()
    Returns
    Type Description
    TState

    The state.

    Extension Methods

    StoreExtensions.GetState<TState, TSelected>(IStateProvider<TState>, Selector<TState, TSelected>)
    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)