Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TerrainData.thickness

public float thickness;

Description

The thickness of the terrain used for collision detection.

This lets the physics engine know how thick the Terrain is when used with a TerrainCollider. Any other colliders which are no less then thickness units underneath the Terrain will be considered to collide with the terrain, and will be moved above the terrain.