Table of Contents

Struct UnityTerrainSampleConcaveJob

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

Fields

Average

public bool Average

Field Value

bool

Distance

public float Distance

Field Value

float

Excluded

public NativeArray<byte> Excluded

Field Value

NativeArray<byte>

HeightMapScale

public Vector3 HeightMapScale

Field Value

Vector3

HeightmapHeight

public int HeightmapHeight

Field Value

int

HeightmapWidth

public int HeightmapWidth

Field Value

int

InputHeights

public NativeArray<float> InputHeights

Field Value

NativeArray<float>

Inverse

public bool Inverse

Field Value

bool

MinHeightDifference

public float MinHeightDifference

Field Value

float

Position

public NativeArray<float3> Position

Field Value

NativeArray<float3>

Size

public Vector3 Size

Field Value

Vector3

TerrainPosition

public Vector3 TerrainPosition

Field Value

Vector3

Methods

Execute(int)

public void Execute(int index)

Parameters

index int