Struct SmallShadowCheckJob
- Namespace
- Zorro.Core.SmallShadows
- Assembly
- Zorro.Core.Runtime.dll
[BurstCompile]
public struct SmallShadowCheckJob : IJobParallelFor
- Implements
- Inherited Members
- Extension Methods
Fields
CameraPos
public float3 CameraPos
Field Value
- float3
MeshMaxDistances
[ReadOnly]
public NativeArray<float> MeshMaxDistances
Field Value
MeshPositions
[ReadOnly]
public NativeArray<float3> MeshPositions
Field Value
- NativeArray<float3>
MeshShadowCastingStates
public NativeArray<bool> MeshShadowCastingStates
Field Value
Methods
Execute(int)
public void Execute(int index)
Parameters
index
int