docs.unity.cn
    Show / Hide Table of Contents

    Method GetChunk

    GetChunk(Entity)

    Gets the chunk in which the specified entity is stored.

    Declaration
    public ArchetypeChunk GetChunk(Entity entity)
    Parameters
    Type Name Description
    Entity entity

    The entity.

    Returns
    Type Description
    ArchetypeChunk

    The chunk containing the entity.

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