Version: 2022.3
LanguageEnglish
  • C#

TreeInstance

struct in UnityEngine

/

Implemented in:UnityEngine.TerrainModule

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Contains information about a tree placed in the Terrain game object.

This struct can be accessed from the TerrainData Object.

Properties

colorColor of this instance.
heightScaleHeight scale of this instance (compared to the prototype's size).
lightmapColorLightmap color calculated for this instance.
positionPosition of the tree.
prototypeIndexIndex of this instance in the TerrainData.treePrototypes array.
rotationRead-only.Rotation of the tree on X-Z plane (in radians).
widthScaleWidth scale of this instance (compared to the prototype's size).