docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ECBAddJob

    Implements
    IJobParallelFor
    Namespace: Tuanjie.Infinity.SimulationSystem
    Assembly: solution.dll
    Syntax
    public struct ECBAddJob : IJobParallelFor

    Fields

    ss

    Declaration
    public NativeQueue<SubEmitterEmitCommand>.ParallelWriter ss
    Field Value
    Type Description
    NativeQueue<SubEmitterEmitCommand>.ParallelWriter

    Methods

    Execute(int)

    Implement this method to perform work against a specific iteration index.

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

    The index of the Parallel for loop at which to perform work.

    Implements

    IJobParallelFor
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)