docs.unity3d.com
    Show / Hide Table of Contents

    Enum QueryState

    The state of a proxy query.

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

    Fields

    Name Description Value
    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023