Struct SortRenderEntitiesJob
Implements
IJobParallelFor
Inherited Members
Namespace: Fwt.Core.RenderEntities
Assembly: fwt.core.dll
Syntax
[BurstCompile]
public struct SortRenderEntitiesJob : IJobParallelFor
Fields
RenderEntities
Declaration
public NativeList<RenderEntity> RenderEntities
Field Value
| Type | Description |
|---|---|
| NativeList<RenderEntity> |
SortedEntities
Declaration
public NativeParallelMultiHashMap<RenderEntitySettings, RenderEntity>.ParallelWriter SortedEntities
Field Value
| Type | Description |
|---|---|
| NativeParallelMultiHashMap<RenderEntitySettings, RenderEntity>.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