C# 클래스 LondonTower.LondonToweXMLGameLoader

Class for parsing XML file into data about level
파일 보기 프로젝트 열기: BrainProject/UnityTemp 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ParseXml ( XmlReader xr ) : List

메소드 상세

ParseXmlFile() 공개 메소드

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

ParseXmlTextAsset() 공개 메소드

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