docs.unity.cn
    Show / Hide Table of Contents

    Method Execute

    Execute(Int32)

    This function is executed once for each work unit of the job, potentially concurrently. Each work unit copies one value into the destination array.

    Declaration
    public void Execute(int index)
    Parameters
    Type Name Description
    Int32 index

    The work unit index to process

    Implements
    IJobParallelFor.Execute(Int32)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023