Table of Contents

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

NativeArray<float>

MeshPositions

[ReadOnly]
public NativeArray<float3> MeshPositions

Field Value

NativeArray<float3>

MeshShadowCastingStates

public NativeArray<bool> MeshShadowCastingStates

Field Value

NativeArray<bool>

Methods

Execute(int)

public void Execute(int index)

Parameters

index int