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

Inheritance: IIncludeXmlReader
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

EntityXmlReader() public method

public EntityXmlReader ( EffectXmlReader effectReader ) : System.Collections.Generic
effectReader MegaMan.IO.Xml.Effects.EffectXmlReader
return System.Collections.Generic

Load() public method

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