LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

LODType

enumeration

Description

The number of triangles per cubic meter or level of detail that should be used when creating a surface mesh.

Properties

HighGenerates surface meshes with the maximum amount of triangles.
MediumGenerates a medium quality surface mesh.
LowGenerates surface meshes with as few triangles as possible.