C# Class MegaMan.IO.Xml.Includes.EntityXmlWriter
显示文件
Open project: Tesserex/C--MegaMan-Engine
Class Usage Examples
Public Methods
Method |
Description |
|
Write ( EntityInfo entity, string filepath ) : void |
|
|
Private Methods
Method |
Description |
|
EntityXmlWriter ( ) : System |
|
|
Write ( EntityInfo entity, XmlWriter writer ) : void |
|
|
WritePart ( IComponentInfo info, XmlWriter writer ) : void |
|
|
Method Details
public Write ( EntityInfo entity, string filepath ) : void |
entity |
MegaMan.Common.Entities.EntityInfo |
|
filepath |
string |
|
return |
void |
|