コード例 #1
0
 public void SetBottomHeightFast(int x, int z, int bottomHeight)
 {
     SetShaftValueFast(x, z, Terrain.ReplaceBottomHeight(GetShaftValueFast(x, z), bottomHeight));
 }