Class MapGeneratorOptions
MapGeneratorOptions class
表面或区域上生成几何图形的选项。
public class MapGeneratorOptions
构造函数
| 姓名 | 描述 |
|---|---|
| MapGeneratorOptions() | 默认构造函数。 |
特性
| 姓名 | 描述 |
|---|---|
| Height { get; set; } | 地图的高度(行计数)。 |
| Width { get; set; } | 地图的宽度(列数)。 |
方法
| 姓名 | 描述 |
|---|---|
| Clone() | 将对象相互克隆。 |
表面或区域上生成几何图形的选项。
public class MapGeneratorOptions
| 姓名 | 描述 |
|---|---|
| MapGeneratorOptions() | 默认构造函数。 |
| 姓名 | 描述 |
|---|---|
| Height { get; set; } | 地图的高度(行计数)。 |
| Width { get; set; } | 地图的宽度(列数)。 |
| 姓名 | 描述 |
|---|---|
| Clone() | 将对象相互克隆。 |