Example #1
0
 public void RemoveTrees(Vector3 position, float radius, int treeType)
 {
     terrainData.RemoveTrees(position, radius, treeType);
 }