docs.unity.cn
    Show / Hide Table of Contents

    Field Chunk

    The chunk containing the specified Entity.

    Namespace: Unity.Entities
    Syntax
    public ArchetypeChunk Chunk
    Returns
    Type Description
    ArchetypeChunk
    Remarks

    Users should be extremely careful when accessing this field from job code. Specifically, multiple threads must not modify the same ArchetypeChunk. The type is not thread-safe, and parallel writes will result in race conditions and unpredictable behavior.

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