C# Класс DivineRightGame.LocalMapGenerator.WildernessGenerator

A class for generating patches of Wilderness with animals and stuff
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
details WildernessGenerationData>.Dictionary

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

Метод Описание
GenerateMap ( GlobalBiome biome, int herdAmount, int banditAmount, Actor &actors, MapCoordinate &startPoint ) : ].MapBlock[

Generates a map with a particular biome

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

Метод Описание
WildernessGenerator ( ) : System

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

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

Generates a map with a particular biome
public static GenerateMap ( GlobalBiome biome, int herdAmount, int banditAmount, Actor &actors, MapCoordinate &startPoint ) : ].MapBlock[
biome GlobalBiome
herdAmount int The total amount of herds to generate
banditAmount int
actors DRObjects.Actor
startPoint MapCoordinate
Результат ].MapBlock[

Описание свойств

details публичное статическое свойство

public static Dictionary details
Результат WildernessGenerationData>.Dictionary