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
Field Value
- bool
ColorValue
Field Value
- Color
FloatMaxValue
public float FloatMaxValue
Field Value
- float
FloatMinValue
public float FloatMinValue
Field Value
- float
FloatValue
Field Value
- float
IntMaxValue
Field Value
- int
IntMinValue
Field Value
- 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