Version: 5.6 (switch to 2017.1b)
LanguageEnglish
  • C#
  • JS

Script language

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

Terrain.treeLODBiasMultiplier

public float treeLODBiasMultiplier;

Description

The multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees).

The value by default is 1 and must be greater than 0. The exact LOD bias value used by tree rendering is QualitySettings.lodBias * value.

The value is not serialized with Terrain component.