C# Class MegaMan.IO.Xml.Includes.PalletesXmlReader
显示文件
Open project: Tesserex/C--MegaMan-Engine
Public Methods
Method |
Description |
|
Load ( Project project, System.Xml.Linq.XElement xmlNode ) : IIncludedObject |
|
|
Private Methods
Method |
Description |
|
PaletteFromXml ( System.Xml.Linq.XElement node, string baseDir ) : MegaMan.Common.PaletteInfo |
|
|
Method Details
public Load ( Project project, System.Xml.Linq.XElement xmlNode ) : IIncludedObject |
project |
MegaMan.Common.Project |
|
xmlNode |
System.Xml.Linq.XElement |
|
return |
IIncludedObject |
|