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

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
HandlerCommandXmlReader ( ) : System

Method Details

Load() public méthode

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

LoadCommands() public méthode

public LoadCommands ( System.Xml.Linq.XElement node, string basePath ) : List
node System.Xml.Linq.XElement
basePath string
Résultat List