Tree
Tree Component for the tree creator.
Read time 6 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.TerrainModule
- Inherits from: Component
public sealed class Tree : Component
Properties
Property | Description |
|---|---|
| data | Data asociated to the Tree. |
| hasSpeedTreeWind | Tells if there is wind data exported from SpeedTree are saved on this component. |
| windAsset | Gets or sets the SpeedTreeWindAsset associated with this Tree component. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |