Table of Contents

Struct FilterSpawnLocationsChanceJob

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

Fields

Density

public float Density

Field Value

float

RandomNumbers

public NativeArray<float> RandomNumbers

Field Value

NativeArray<float>

SpawnLocationList

public NativeArray<VegetationSpawnLocationInstance> SpawnLocationList

Field Value

NativeArray<VegetationSpawnLocationInstance>

Methods

Execute(int)

public void Execute(int index)

Parameters

index int

RandomRange(int, float, float)

public float RandomRange(int randomNumberIndex, float min, float max)

Parameters

randomNumberIndex int
min float
max float

Returns

float