C# Class MegaMan.Engine.HitBox

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Protected Properties

Property Type Description
box MegaMan.Common.Geometry.RectangleF

Public Methods

Method Description
BoxAt ( PointF offset, bool vflip ) : RectangleF
HitBox ( float x, float y, float width, float height ) : MegaMan.Common.Geometry

Method Details

BoxAt() public method

public BoxAt ( PointF offset, bool vflip ) : RectangleF
offset MegaMan.Common.Geometry.PointF
vflip bool
return MegaMan.Common.Geometry.RectangleF

HitBox() public method

public HitBox ( float x, float y, float width, float height ) : MegaMan.Common.Geometry
x float
y float
width float
height float
return MegaMan.Common.Geometry

Property Details

box protected_oe property

protected RectangleF,MegaMan.Common.Geometry box
return MegaMan.Common.Geometry.RectangleF