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

Inheritance: ICommandXmlWriter
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

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

Method Details

EntityCommandXmlWriter() public méthode

public EntityCommandXmlWriter ( EntityPlacementXmlWriter entityWriter ) : System
entityWriter EntityPlacementXmlWriter
Résultat System

Write() public méthode

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