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