- Namespace
- global
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["EnviroVegetationInstance"]
class Type type-node
Syntax
[AddComponentMenu("Enviro/Vegetation Growth Object")]
public class EnviroVegetationInstance : MonoBehaviour
Attributes
| Type | Description |
|---|---|
| AddComponentMenu |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Age | ||
| DeadPrefab | ||
| GizmoColor | ||
| GizmoSize | ||
| GrowSpeedMod | ||
| GrowStages | ||
| id | ||
| maxScale | ||
| minScale | ||
| Seasons |
Methods
| Name | Value | Summary |
|---|---|---|
| Birth |
void | |
| KeepVariablesClear |
void | |
| UpdateGrowth |
void | |
| UpdateInstance |
void | |
| VegetationChange |
void |