Version: 2021.1
언어: 한국어

TerrainData.SetHeightsDelayLOD

매뉴얼로 전환
public void SetHeightsDelayLOD (int xBase, int yBase, float[,] heights);

파라미터

xBase First x index of heightmap samples to set.
yBase First y index of heightmap samples to set.
heights Array of heightmap samples to set (values range from 0 to 1, array indexed as [y,x]).

설명

Sets an array of heightmap samples.

Sets heightmap data using a two dimensional array of heightmap samples. The samples are represented as float values ranging from 0 to 1. The area affected is defined by the array dimensions and starts at xBase and yBase. The heights array is indexed as [y,x].

Unlike TerrainData.SetHeights, this method does not update the LOD information for the terrain, or any trees/vegetation objects; this means the terrain may be temporarily rendered at an inappropriately high level of detail, but makes the method fast enough to be used in interactive editing scenarios. Once modifications to the terrain have been completed - for example, when the user releases the mouse button - call TerrainData.SyncHeightmap to update all the LOD and vegetation information.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961