class in UnityEngine
/
Implemented in:UnityEngine.TerrainModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseSimple class that contains a pointer to a tree prototype.
This class is used by the TerrainData gameObject.
bendFactor | Bend factor of the tree prototype. |
navMeshLod | The LOD index of a Tree LODGroup that Unity uses to generate a NavMesh. It uses this value only for Trees with a LODGroup, and ignores this value for regular Trees. |
prefab | Retrieves the actual GameObject used by the tree. |