C# Class MegaMan.IO.Xml.Entities.CollisionComponentXmlReader

Inheritance: IComponentXmlReader
Show file Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
Load ( System.Xml.Linq.XElement node, Project project ) : IComponentInfo

Private Methods

Method Description
GetHitbox ( System.Xml.Linq.XElement boxnode ) : HitBoxInfo

Method Details

Load() public method

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