Initial commit
This commit is contained in:
19
Game/Assets/Scripts/Model/Config/TerrainGeneratorConfig.cs
Normal file
19
Game/Assets/Scripts/Model/Config/TerrainGeneratorConfig.cs
Normal file
@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Assets.Scripts.Model.Config
|
||||
{
|
||||
[XmlRoot("terrgenConfig")]
|
||||
public class TerrainGeneratorConfig
|
||||
{
|
||||
public int NoiseOctaves { get; set; }
|
||||
|
||||
public float NoiseNonLinearPower { get; set; }
|
||||
|
||||
public float ElevationScale { get; set; }
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8a3817f3a7058cc41b46eb849acf069b
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
Reference in New Issue
Block a user