C# Класс fCraft.MapGenerator

Represents a type of map generator. Provides general information about this generator, and ways to create IMapGeneratorParameters objects.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Displace double
Feedback void
GenerateHeightmap ].double[
Rectify double

Открытые методы

Метод Описание
DivideGrid ( double &points, double x, double y, int width, int height, double c1, double c2, double c3, double c4, bool isTop ) : void
GenerateMap ( MapGeneratorParameters parameters ) : void

Приватные методы

Метод Описание
Displace ( double SmallSize ) : double
Feedback ( string message ) : void
GenerateHeightmap ( int iWidth, int iHeight ) : ].double[
Rectify ( double iNum ) : double

Описание методов

DivideGrid() публичный Метод

public DivideGrid ( double &points, double x, double y, int width, int height, double c1, double c2, double c3, double c4, bool isTop ) : void
points double
x double
y double
width int
height int
c1 double
c2 double
c3 double
c4 double
isTop bool
Результат void

GenerateMap() публичный Метод

public GenerateMap ( MapGeneratorParameters parameters ) : void
parameters MapGeneratorParameters
Результат void