Struct CommonQueryData | MARS | 1.0.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct CommonQueryData

    Contains data that is used by queries and the objects that make queries alike

    Namespace: Unity.MARS.Query
    Syntax
    [Serializable]
    public struct CommonQueryData

    Fields

    overrideTimeout

    Declaration
    public bool overrideTimeout
    Field Value
    Type Description
    Boolean

    priority

    Declaration
    public MarsEntityPriority priority
    Field Value
    Type Description
    MarsEntityPriority

    reacquireOnLoss

    Declaration
    public bool reacquireOnLoss
    Field Value
    Type Description
    Boolean

    timeOut

    Declaration
    public float timeOut
    Field Value
    Type Description
    Single

    updateMatchInterval

    Declaration
    public float updateMatchInterval
    Field Value
    Type Description
    Single

    Properties

    currentTimeOut

    Gets the actual timeout value, whether it's been set here or is using the default

    Declaration
    public float currentTimeOut { get; }
    Property Value
    Type Description
    Single

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    Back to top
    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