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

Mostra file Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Load ( System.Xml.Linq.XElement node, string basePath ) : MegaMan.Common.SceneCommandInfo
LoadCommands ( System.Xml.Linq.XElement node, string basePath ) : List

Private Methods

Method Description
HandlerCommandXmlReader ( ) : System

Method Details

Load() public method

public Load ( System.Xml.Linq.XElement node, string basePath ) : MegaMan.Common.SceneCommandInfo
node System.Xml.Linq.XElement
basePath string
return MegaMan.Common.SceneCommandInfo

LoadCommands() public method

public LoadCommands ( System.Xml.Linq.XElement node, string basePath ) : List
node System.Xml.Linq.XElement
basePath string
return List