public void ChangeSettings(HeightMapSettings Settings)
        {
            this.Settings = Settings;

            UpdateSettings();
        }
 public HeightMapGenerator(HeightMapSettings Settings)
 {
     ChangeSettings(Settings);
 }