Esempio n. 1
0
 public float GetTensorHeightBySector(Vector3 position, int sector)
 {
     return(terrainModifier.GetTensorHeightSector(position.x, position.z, sector));
 }