Interface IJobEntityBatch | Entities | 0.10.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface IJobEntityBatch

    Namespace: Unity.Entities
    Syntax
    public interface IJobEntityBatch

    Methods

    Execute(ArchetypeChunk, Int32)

    Declaration
    void Execute(ArchetypeChunk batchInChunk, int batchIndex)
    Parameters
    Type Name Description
    ArchetypeChunk batchInChunk
    Int32 batchIndex
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX