docs.unity.cn
    Show / Hide Table of Contents

    Method CalculateChunkCount

    CalculateChunkCount()

    Calculates the number of chunks that match this EntityQuery, taking into account all active query filters and enabled components.

    Declaration
    public int CalculateChunkCount()
    Returns
    Type Description
    Int32

    The number of chunks based on the current EntityQuery properties.

    Remarks

    This count will not include chunks that do not pass any active chunk-level filters (e.g. SetSharedComponentFilter<SharedComponent>(SharedComponent)), nor any chunks where zero entities have all the required components enabled.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023