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

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

Public Methods

Method Description
TextCommandXmlWriter ( SceneBindingXmlWriter bindingWriter ) : System
Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void

Method Details

TextCommandXmlWriter() public method

public TextCommandXmlWriter ( SceneBindingXmlWriter bindingWriter ) : System
bindingWriter SceneBindingXmlWriter
return System

Write() public method

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