C# Class MegaMan.IO.Xml.Includes.EntityXmlWriter

Inheritance: IEntityWriter
Datei anzeigen 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

Write() public method

public Write ( EntityInfo entity, string filepath ) : void
entity MegaMan.Common.Entities.EntityInfo
filepath string
return void