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
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
indexint
RandomRange(int, float, float)
public float RandomRange(int randomNumberIndex, float min, float max)