Struct FilterBiomeSpawnLocationsJob
public struct FilterBiomeSpawnLocationsJob : IJobParallelFor
- Implements
-
IJobParallelFor
- Inherited Members
-
- Extension Methods
-
Fields
BlendDistance
public float BlendDistance
Field Value
- float
CurveArray
public NativeArray<float> CurveArray
Field Value
- NativeArray<float>
Include
Field Value
- bool
InverseCurveArray
public NativeArray<float> InverseCurveArray
Field Value
- NativeArray<float>
NoiseScale
Field Value
- float
PolygonArray
public NativeArray<Vector2> PolygonArray
Field Value
- NativeArray<Vector2>
PolygonRect
Field Value
- Rect
SegmentArray
public NativeArray<LineSegment2D> SegmentArray
Field Value
- NativeArray<LineSegment2D>
SpawnLocationList
public NativeArray<VegetationSpawnLocationInstance> SpawnLocationList
Field Value
- NativeArray<VegetationSpawnLocationInstance>
UseNoise
Field Value
- bool
Methods
Execute(int)
public void Execute(int index)
Parameters
index int