C# 클래스 DivineRightGame.LocalMapGenerator.LocalMapXMLParser

파일 보기 프로젝트 열기: Haedrian/Divine-Right 1 사용 예제들

공개 메소드들

메소드 설명
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