예제 #1
0
 public float GetHeightOfWater(Vector3 position)
 {
     return(_zone.GetHeightOfUpperBorder(SpecialZone.Water, position));
 }