Struct ProcessIncludeVegetationMaskJob
- Namespace
- AwesomeTechnologies
- Assembly
- Assembly-CSharp.dll
public struct ProcessIncludeVegetationMaskJob : IJobParallelFor
- Implements
-
IJobParallelFor
- Inherited Members
-
- Extension Methods
-
Fields
Excluded
public NativeArray<byte> Excluded
Field Value
- NativeArray<byte>
RandomNumberIndex
public NativeArray<int> RandomNumberIndex
Field Value
- NativeArray<int>
RandomNumbers
public NativeArray<float> RandomNumbers
Field Value
- NativeArray<float>
Scale
public NativeArray<float3> Scale
Field Value
- NativeArray<float3>
VegetationMaskDensity
public NativeArray<float> VegetationMaskDensity
Field Value
- NativeArray<float>
VegetationMaskScale
public NativeArray<float> VegetationMaskScale
Field Value
- NativeArray<float>
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