Struct FillDirtyChunksJob
Job that fills the dirty chunks list with chunk indexes.
Implements
IJobParallelFor
Inherited Members
Namespace: Fwt.Core.DataLayers
Assembly: fwt.core.dll
Syntax
public struct FillDirtyChunksJob : IJobParallelFor
Fields
DirtyChunks
Declaration
[WriteOnly]
public NativeParallelHashSet<int>.ParallelWriter DirtyChunks
Field Value
| Type | Description |
|---|---|
| NativeParallelHashSet<int>.ParallelWriter |
Methods
Execute(int)
Performs 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
Unity.Jobs.IJobParallelFor