C# Class TreeProperties, tf_client

Component for describing a tree species and its distribution (i.e., a serializable DetailPrototype)
Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
dryColor Color
healthyColor Color
maxHeight float
maxWidth float
minHeight float
minWidth float
noiseSpread float
prototypeTexture UnityEngine.Texture2D
treeType TreeGraphicType

Méthodes publiques

Méthode Description
ToDetailPrototype ( ) : DetailPrototype

Create a DetailPrototype from the tree properties

Method Details

ToDetailPrototype() public méthode

Create a DetailPrototype from the tree properties
public ToDetailPrototype ( ) : DetailPrototype
Résultat UnityEngine.DetailPrototype

Property Details

dryColor public_oe property

dry tint for the billboard's vertices
public Color dryColor
Résultat Color

healthyColor public_oe property

healthy tint for the billboard's vertices
public Color healthyColor
Résultat Color

maxHeight public_oe property

maximum billboard height
public float maxHeight
Résultat float

maxWidth public_oe property

maximum billboard width
public float maxWidth
Résultat float

minHeight public_oe property

minimum billboard height
public float minHeight
Résultat float

minWidth public_oe property

minimum billboard width
public float minWidth
Résultat float

noiseSpread public_oe property

noise spread
public float noiseSpread
Résultat float

prototypeTexture public_oe property

The texture associated with the tree
public Texture2D,UnityEngine prototypeTexture
Résultat UnityEngine.Texture2D

treeType public_oe property

the tree type
public TreeGraphicType treeType
Résultat TreeGraphicType