docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Query data with EntityQuery

    An EntityQuery finds archetypes that have a specified set of component types. It then gathers the archetype's chunks into an array which a system can process.

    Topic Description
    EntityQuery overview Understand what an EntityQuery is.
    EntityQuery filters Use EntityQuery filters to sort information.
    Write groups Use write groups for one system to overwrite another, even when you can't change the other system.
    Version numbers (change filtering) Use version numbers to detect potential changes and to implement efficient optimization strategies.

    Additional resources

    • Iterate over data
    • Archetype concepts
    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)