Assembly: fwt.core.dll
[BurstCompile]
public struct ExtractTransformsForKeyJob : IJob
Fields
Declaration
public NativeArray<int> IteratorIndex
Field Value
| Type |
Description |
| NativeArray<int> |
|
Declaration
public RenderEntitySettings Key
Field Value
Declaration
[ReadOnly]
public NativeArray<RenderEntitySettings> Keys
Field Value
Declaration
[WriteOnly]
public NativeList<Matrix4x4> Transforms
Field Value
| Type |
Description |
| NativeList<Matrix4x4> |
|
Declaration
[ReadOnly]
public NativeArray<RenderEntity> Values
Field Value
Methods
Implement this method to perform work on a worker thread.
Declaration
Implements
Unity.Jobs.IJob
Extension Methods