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(IAction action)
    Parameters
    Type Name Description
    IAction action

    The Action to handle.

    Returns
    Type Description
    bool

    True if there's a match, false otherwise.

    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)