Table of Contents

Class TerrainTextureSettings

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public class TerrainTextureSettings
Inheritance
TerrainTextureSettings
Inherited Members
Extension Methods

Constructors

TerrainTextureSettings()

public TerrainTextureSettings()

Fields

ConcaveAverage

public bool ConcaveAverage

Field Value

bool

ConcaveDistance

public float ConcaveDistance

Field Value

float

ConcaveEnable

public bool ConcaveEnable

Field Value

bool

ConcaveMinHeightDifference

public float ConcaveMinHeightDifference

Field Value

float

ConcaveMode

public ConcaveMode ConcaveMode

Field Value

ConcaveMode

ConvexEnable

public bool ConvexEnable

Field Value

bool

Enabled

public bool Enabled

Field Value

bool

HeightCurveArray

public NativeArray<float> HeightCurveArray

Field Value

NativeArray<float>

InverseNoise

public bool InverseNoise

Field Value

bool

LockTexture

public bool LockTexture

Field Value

bool

NoiseOffset

public Vector2 NoiseOffset

Field Value

Vector2

NoiseScale

public float NoiseScale

Field Value

float

SteepnessCurveArray

public NativeArray<float> SteepnessCurveArray

Field Value

NativeArray<float>

TextureHeightCurve

public AnimationCurve TextureHeightCurve

Field Value

AnimationCurve

TextureLayer

public int TextureLayer

Field Value

int

TextureSteepnessCurve

public AnimationCurve TextureSteepnessCurve

Field Value

AnimationCurve

TextureWeight

public float TextureWeight

Field Value

float

UseNoise

public bool UseNoise

Field Value

bool