Struct ECBAddJob
Implements
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. |