C# 클래스 MegaMan.IO.Xml.IncludeFileXmlReader

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
IncludeFileXmlReader ( ) : System.Collections.Generic
LoadIncludedFile ( Project project, string filePath ) : void
LoadSound ( System.Xml.Linq.XElement soundNode, string basePath ) : SoundInfo

메소드 상세

IncludeFileXmlReader() 공개 메소드

public IncludeFileXmlReader ( ) : System.Collections.Generic
리턴 System.Collections.Generic

LoadIncludedFile() 공개 메소드

public LoadIncludedFile ( Project project, string filePath ) : void
project MegaMan.Common.Project
filePath string
리턴 void

LoadSound() 공개 정적인 메소드

public static LoadSound ( System.Xml.Linq.XElement soundNode, string basePath ) : SoundInfo
soundNode System.Xml.Linq.XElement
basePath string
리턴 SoundInfo