docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMatchTimeoutHandler

    Allows a component on a Real World Object to receive callbacks for when a query match has not been found in time

    Namespace: Unity.MARS.Query
    Assembly: Unity.MARS.dll
    Syntax
    [MovedFrom("Unity.MARS")]
    public interface IMatchTimeoutHandler : IAction, ISimulatable

    Methods

    OnMatchTimeout(QueryArgs)

    Called when no query match has been found in time

    Declaration
    void OnMatchTimeout(QueryArgs queryArgs)
    Parameters
    Type Name Description
    QueryArgs queryArgs

    The original query associated with this object

    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)