C# Класс TreeProperties, tf_client

Component for describing a tree species and its distribution (i.e., a serializable DetailPrototype)
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
dryColor Color
healthyColor Color
maxHeight float
maxWidth float
minHeight float
minWidth float
noiseSpread float
prototypeTexture UnityEngine.Texture2D
treeType TreeGraphicType

Открытые методы

Метод Описание
ToDetailPrototype ( ) : DetailPrototype

Create a DetailPrototype from the tree properties

Описание методов

ToDetailPrototype() публичный Метод

Create a DetailPrototype from the tree properties
public ToDetailPrototype ( ) : DetailPrototype
Результат UnityEngine.DetailPrototype

Описание свойств

dryColor публичное свойство

dry tint for the billboard's vertices
public Color dryColor
Результат Color

healthyColor публичное свойство

healthy tint for the billboard's vertices
public Color healthyColor
Результат Color

maxHeight публичное свойство

maximum billboard height
public float maxHeight
Результат float

maxWidth публичное свойство

maximum billboard width
public float maxWidth
Результат float

minHeight публичное свойство

minimum billboard height
public float minHeight
Результат float

minWidth публичное свойство

minimum billboard width
public float minWidth
Результат float

noiseSpread публичное свойство

noise spread
public float noiseSpread
Результат float

prototypeTexture публичное свойство

The texture associated with the tree
public Texture2D,UnityEngine prototypeTexture
Результат UnityEngine.Texture2D

treeType публичное свойство

the tree type
public TreeGraphicType treeType
Результат TreeGraphicType