docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CalculateEntityCount

    CalculateEntityCount()

    Calculates the number of entities selected by this EntityQuery.

    Declaration
    public int CalculateEntityCount()
    Returns
    Type Description
    int

    The number of entities based on the current EntityQuery properties.

    Remarks

    The EntityQuery must execute and apply any filters to calculate the entity count. If you are checking for whether the entity count equals zero, consider the more efficient IsEmpty property.

    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)