コード例 #1
0
 public int GetBottomHeightFast(int x, int z)
 {
     return(Terrain.ExtractBottomHeight(GetShaftValueFast(x, z)));
 }