docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MaximumChunkCapacityAttribute

    Specifies the maximum number of components of a type that can be stored in the same chunk.

    Inheritance
    object
    Attribute
    MaximumChunkCapacityAttribute
    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
    public class MaximumChunkCapacityAttribute : Attribute
    Remarks

    Place this attribute on the declaration of a component, such as IComponentData, to limit the number of entities with that component which can be stored in a single chunk. Note that the actual limit on the number of entities in a chunk can be smaller, based on the actual size of all the components in the same EntityArchetype as the component defining this limit.

     If an archetype contains more than one component type specifying a chunk capacity limit, then the lowest limit
     is used.
    

    Constructors

    Name Description
    MaximumChunkCapacityAttribute(int)

    The maximum number of entities having this component type in an ArchetypeChunk.

    Fields

    Name Description
    Capacity

    The maximum number of entities having this component type in an ArchetypeChunk.

    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)