C# Class MegaMan.IO.Xml.Includes.EntityXmlReader

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

Méthodes publiques

Méthode Description
EntityXmlReader ( EffectXmlReader effectReader ) : System.Collections.Generic
Load ( Project project, System.Xml.Linq.XElement xmlNode ) : IIncludedObject

Private Methods

Méthode Description
EntityXmlReader ( ) : System.Collections.Generic
HasMovementEffects ( EntityInfo info ) : bool
ReadEditorData ( System.Xml.Linq.XElement xmlNode, EntityInfo info ) : void

Method Details

EntityXmlReader() public méthode

public EntityXmlReader ( EffectXmlReader effectReader ) : System.Collections.Generic
effectReader MegaMan.IO.Xml.Effects.EffectXmlReader
Résultat System.Collections.Generic

Load() public méthode

public Load ( Project project, System.Xml.Linq.XElement xmlNode ) : IIncludedObject
project MegaMan.Common.Project
xmlNode System.Xml.Linq.XElement
Résultat IIncludedObject