C# Class LondonTower.LondonToweXMLGameLoader

Class for parsing XML file into data about level
Mostrar archivo Open project: BrainProject/UnityTemp Class Usage Examples

Public Methods

Method Description
ParseXmlFile ( string path ) : List

Parse xml file and return list of all available levels in xml

ParseXmlTextAsset ( TextAsset textAsset ) : List

Parse xmltextasset and return list of all available levels in xml

Private Methods

Method Description
ParseXml ( XmlReader xr ) : List

Method Details

ParseXmlFile() public method

Parse xml file and return list of all available levels in xml
public ParseXmlFile ( string path ) : List
path string
return List

ParseXmlTextAsset() public method

Parse xmltextasset and return list of all available levels in xml
public ParseXmlTextAsset ( TextAsset textAsset ) : List
textAsset UnityEngine.TextAsset
return List