docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum QueryState

    The state of a proxy query.

    Namespace: Unity.MARS.Query
    Assembly: Unity.MARS.Interfaces.dll
    Syntax
    [Flags]
    [MovedFrom("Unity.MARS")]
    public enum QueryState

    Fields

    Name Description
    Acquiring

    Happens for 1 frame/function call as the proxy moves from Querying to Tracking.

    Querying

    The proxy is looking for a match in the database.

    Resuming

    A match was found previously, was lost, but the proxy is set to auto-recover and thus is querying again.

    Tracking

    The proxy has a match in the database.

    Unavailable

    No query match before time out or a query match was lost and is not set to recover.

    Unknown

    Initial state, query has not yet run.

    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)