C# Class MegaMan.IO.Xml.Handlers.Commands.EntityCommandXmlWriter

Inheritance: ICommandXmlWriter
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
EntityCommandXmlWriter ( EntityPlacementXmlWriter entityWriter ) : System
Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void

Method Details

EntityCommandXmlWriter() public method

public EntityCommandXmlWriter ( EntityPlacementXmlWriter entityWriter ) : System
entityWriter EntityPlacementXmlWriter
return System

Write() public method

public Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void
info MegaMan.Common.SceneCommandInfo
writer System.Xml.XmlWriter
return void