コード例 #1
0
 // 获得水面基本高度实现
 public float GetWaterBaseHeight(float x, float z)
 {
     return(game_obj.GetWaterBaseHeight(x, z));
 }