docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property EntityQueries

    EntityQueries

    The query objects cached by this system.

    Declaration
    public EntityQuery[] EntityQueries { get; }
    Property Value
    Type Description
    EntityQuery[]

    A read-only array of the cached EntityQuery objects.

    Remarks

    A system caches any queries it implicitly creates through the IJob interfaces or EntityQueryBuilder, that you create explicitly by calling GetEntityQuery(params ComponentType[]), or that you add to the system as a required query with RequireForUpdate(EntityQuery). Implicit queries may be created lazily and not exist before a system has run for the first time.

    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)