Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 531 Bytes

File metadata and controls

11 lines (8 loc) · 531 Bytes

TerrainType

A Unity Terrain defined by a set of bounds, a heightmap, and a height.

Properties

Property Description
Bounds The bounds of the terrain. This is an AABox.
Height Map The heightmap of the terrain.
Height The height of the terrain. This is the highest elevation the terrain can have.