docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method QueryBuilder

    QueryBuilder()

    Gives a fluent API for constructing EntityQuerys similar to the EntityQueryBuilder. This API statically constructs the query as part of the system, and creates the query in the system's OnCreate. Calling this method should allow the construction of EntityQueries with almost no run-time performance overhead."

    Declaration
    public static SystemAPIQueryBuilder QueryBuilder()
    Returns
    Type Description
    SystemAPIQueryBuilder

    An instance of SystemAPIQueryBuilder, which can be used to fluently construct queries.

    Remarks

    Gives a fluent API for constructing EntityQueries similar to the EntityQueryBuilder. This API statically constructs the query as part of the system, and creates the query in the system's OnCreate. Calling this method should allow for construction of EntityQueries with almost no run-time performance overhead."

    In This Article
    Back to top
    Copyright © 2024 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)