Terrain.heightmapPixelErrorvar heightmapPixelError : floatDescriptionAn approximation of how many pixels the terrain will pop in the worst case when switching lod. A higher value reduces the number of polygons drawn.
JavaScript
function Start () { using UnityEngine; import UnityEngine |
