Table of Contents

Class SerializedControllerProperty

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

Constructors

SerializedControllerProperty()

public SerializedControllerProperty()

SerializedControllerProperty(SerializedControllerProperty)

public SerializedControllerProperty(SerializedControllerProperty original)

Parameters

original SerializedControllerProperty

Fields

BoolValue

public bool BoolValue

Field Value

bool

ColorValue

public Color ColorValue

Field Value

Color

FloatMaxValue

public float FloatMaxValue

Field Value

float

FloatMinValue

public float FloatMinValue

Field Value

float

FloatValue

public float FloatValue

Field Value

float

IntMaxValue

public int IntMaxValue

Field Value

int

IntMinValue

public int IntMinValue

Field Value

int

IntValue

public int IntValue

Field Value

int

PropertyDescription

public string PropertyDescription

Field Value

string

PropertyInfo

public string PropertyInfo

Field Value

string

PropertyName

public string PropertyName

Field Value

string

SerializedControlerPropertyType

public SerializedControlerPropertyType SerializedControlerPropertyType

Field Value

SerializedControlerPropertyType

StringList

public List<string> StringList

Field Value

List<string>

TextureValue

public Texture2D TextureValue

Field Value

Texture2D