Version: 2020.1
언어: 한국어

Terrain.treeLODBiasMultiplier

매뉴얼로 전환
public float treeLODBiasMultiplier ;

설명

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.