Struct ExtractTransformsJobFast
Implements
IJob
Inherited Members
Namespace: Fwt.Core.BulkRendering
Assembly: fwt.core.dll
Syntax
[BurstCompile]
public struct ExtractTransformsJobFast : IJob
Fields
Key
Declaration
public BulkRenderItemSettings Key
Field Value
| Type | Description |
|---|---|
| BulkRenderItemSettings |
RenderEntities
Declaration
[ReadOnly]
public NativeParallelMultiHashMap<BulkRenderItemSettings, BulkRenderItem> RenderEntities
Field Value
| Type | Description |
|---|---|
| NativeParallelMultiHashMap<BulkRenderItemSettings, BulkRenderItem> |
Transforms
Declaration
[WriteOnly]
public NativeList<Matrix4x4> Transforms
Field Value
| Type | Description |
|---|---|
| NativeList<Matrix4x4> |
Methods
Execute()
Implement this method to perform work on a worker thread.
Declaration
public void Execute()
Implements
Unity.Jobs.IJob