C# Class DivineRightGame.LocalMapGenerator.LocalMapXMLParser

Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ParseMaplet() public méthode

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
Résultat DRObjects.LocalMapGeneratorObjects.Maplet

ParseMaplet() public méthode

public ParseMaplet ( string path ) : Maplet
path string
Résultat DRObjects.LocalMapGeneratorObjects.Maplet

ParseMapletFromTag() public méthode

public ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : Maplet
tag string
biome GlobalBiome
Résultat DRObjects.LocalMapGeneratorObjects.Maplet