docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IUsesDevQueryResultsExtensionMethods

    Extension methods for IUsesDevQueryResults interface.

    Inheritance
    object
    IUsesDevQueryResultsExtensionMethods
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.MARS.Query
    Assembly: Unity.MARS.dll
    Syntax
    public static class IUsesDevQueryResultsExtensionMethods

    Methods

    RegisterQuery(IUsesQueryResults, QueryMatchID, QueryArgs)

    Registers to get event(s) from the MARS backend Allows a user to specify a custom query ID to use - make sure it is unique!

    Declaration
    public static void RegisterQuery(this IUsesQueryResults caller, QueryMatchID queryMatchID, QueryArgs queryArgs)
    Parameters
    Type Name Description
    IUsesQueryResults caller

    The object making the query

    QueryMatchID queryMatchID

    The identifier to use for this query

    QueryArgs queryArgs

    The different specified data requirements we are querying for

    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)