Table of Contents

Struct CreateRaycastCommandsJob

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public struct CreateRaycastCommandsJob : IJob
Implements
IJob
Inherited Members
Extension Methods

Fields

FloatingOriginOffset

public float3 FloatingOriginOffset

Field Value

float3

LayerMask

public int LayerMask

Field Value

int

MaxHits

public int MaxHits

Field Value

int

RaycastCommands

public NativeArray<RaycastCommand> RaycastCommands

Field Value

NativeArray<RaycastCommand>

SpawnLocationList

public NativeArray<VegetationSpawnLocationInstance> SpawnLocationList

Field Value

NativeArray<VegetationSpawnLocationInstance>

Methods

Execute()

public void Execute()