docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate ActionMatcher

    A predicate function that takes an action and returns true if the action should be handled by the reducer.

    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public delegate bool ActionMatcher(Action action)
    Parameters
    Type Name Description
    Action action

    The action.

    Returns
    Type Description
    bool

    True if the action should be handled by the reducer, false otherwise.

    In This Article
    Back to top
    Copyright © 2024 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)