Table of Contents

Struct CreateRaycastCommandsListJob

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

Fields

LayerMask

public int LayerMask

Field Value

int

MaxHits

public int MaxHits

Field Value

int

RaycastCommands

public NativeList<RaycastCommand> RaycastCommands

Field Value

NativeList<RaycastCommand>

SpawnLocationList

public NativeList<VegetationSpawnLocationInstance> SpawnLocationList

Field Value

NativeList<VegetationSpawnLocationInstance>

Methods

Execute()

public void Execute()