docs.unity.cn
    Show / Hide Table of Contents

    Struct EntityStorageInfo

    Contains information about where an Entity is stored. To retrieve this information, use EntityStorageInfoLookup.

    Namespace: Unity.Entities
    Syntax
    public struct EntityStorageInfo

    Fields

    Name Description
    Chunk

    The chunk containing the specified Entity.

    IndexInChunk

    The index of the specified Entity within the entities in Chunk.

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