docs.unity3d.com
    Show / Hide Table of Contents

    Class IUsesDevQueryResultsExtensionMethods

    Inheritance
    Object
    IUsesDevQueryResultsExtensionMethods
    Namespace: Unity.MARS.Query
    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

    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