Struct UnityTerranCellSampleJob
- Namespace
- AwesomeTechnologies.VegetationSystem
- Assembly
- Assembly-CSharp.dll
public struct UnityTerranCellSampleJob : IJobParallelFor
- Implements
-
IJobParallelFor
- Inherited Members
-
- Extension Methods
-
Fields
HeightMapScale
public Vector3 HeightMapScale
Field Value
- Vector3
HeightmapHeight
public int HeightmapHeight
Field Value
- int
HeightmapWidth
public int HeightmapWidth
Field Value
- int
public NativeArray<float> InputHeights
Field Value
- NativeArray<float>
TerrainPosition
public Vector3 TerrainPosition
Field Value
- Vector3
TerrainRect
Field Value
- Rect
VegetationCellBoundsList
public NativeArray<Bounds> VegetationCellBoundsList
Field Value
- NativeArray<Bounds>
WorldspaceHeightCutoff
public float WorldspaceHeightCutoff
Field Value
- float
Methods
Execute(int)
public void Execute(int index)
Parameters
index int