docs.unity.cn
    Show / Hide Table of Contents

    Property Capacity

    Capacity

    The number of entities that can fit in this chunk.

    Declaration
    public readonly int Capacity { get; }
    Property Value
    Type Description
    Int32
    Remarks

    The capacity of a chunk depends on the size of the components making up the Archetype of the entities stored in the chunk.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use