⚲
Class:
Terrain
Lua
C++
Edit
Terrain:SetHeight
This method sets a terrain point's height. The height value will be clamped between 0.0 and 1.0.
Syntax
SetHeight
(number x, number y, number height)
SetHeight
(
iVec2
& coord, number height)
Parameter
Description
coord, (x, y)
terrain coorinate
height
height to set
Copyright © 2024 Ultra Software.
All rights reserved.