docs.unity.cn
    Show / Hide Table of Contents

    Struct EntityRemapUtility.BufferEntityPatchInfo

    Contains the information for applying a patch on a DynamicBuffer in a chunk.

    Namespace: Unity.Entities
    Syntax
    public struct BufferEntityPatchInfo

    Fields

    Name Description
    BufferOffset

    Offset within chunk where first buffer header can be found.

    BufferStride

    Stride between adjacent buffers that need patching.

    ElementOffset

    Offset (from base pointer of array) where the first entity can be found.

    ElementStride

    Stride between adjacent buffer elements.

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