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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ParseMaplet ( System.Xml.Linq.XElement xml, GlobalBiome biome = null ) : Maplet

Parses the maplet. The optional biome is for use on herds

ParseMaplet ( string path ) : Maplet
ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : Maplet

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

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

Parses the maplet. The optional biome is for use on herds
public ParseMaplet ( System.Xml.Linq.XElement xml, GlobalBiome biome = null ) : Maplet
xml System.Xml.Linq.XElement
biome GlobalBiome
Результат DRObjects.LocalMapGeneratorObjects.Maplet

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

public ParseMaplet ( string path ) : Maplet
path string
Результат DRObjects.LocalMapGeneratorObjects.Maplet

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

public ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : Maplet
tag string
biome GlobalBiome
Результат DRObjects.LocalMapGeneratorObjects.Maplet