docs.unity.cn
    Show / Hide Table of Contents

    Interface IJobParallelForBatch

    Namespace: Unity.Jobs
    Syntax
    [JobProducerType(typeof(IJobParallelForBatchExtensions.JobParallelForBatchProducer<>))]
    public interface IJobParallelForBatch

    Methods

    Execute(Int32, Int32)

    Declaration
    void Execute(int startIndex, int count)
    Parameters
    Type Name Description
    Int32 startIndex
    Int32 count
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023