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