Version: 2021.2

TerrainData.GetInterpolatedHeight

切换到手册
public float GetInterpolatedHeight (float x, float y);

参数

x 点的 X 坐标,范围是 [0, 1]。
y 点的 Y 坐标,范围是 [0, 1]。

描述

获取点 (x,y) 处的插值高度。x 和 y 坐标钳制到 [0, 1] 内。