docs.unity.cn
    Show / Hide Table of Contents

    Delegate LambdaJobChunkDescriptionConstructionMethods.JobChunkDelegate

    Namespace: Unity.Entities
    Syntax
    public delegate void JobChunkDelegate(ArchetypeChunk chunk, int chunkIndex, int queryIndexOfFirstEntityInChunk);
    Parameters
    Type Name Description
    ArchetypeChunk chunk
    Int32 chunkIndex
    Int32 queryIndexOfFirstEntityInChunk
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use