C# Class MegaMan.IO.Xml.IncludeFileXmlReader

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
IncludeFileXmlReader ( ) : System.Collections.Generic
LoadIncludedFile ( Project project, string filePath ) : void
LoadSound ( System.Xml.Linq.XElement soundNode, string basePath ) : SoundInfo

Method Details

IncludeFileXmlReader() public method

public IncludeFileXmlReader ( ) : System.Collections.Generic
return System.Collections.Generic

LoadIncludedFile() public method

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

LoadSound() public static method

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