C# Class MegaMan.Engine.HitBox

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

Protected Properties

Свойство Type Description
box MegaMan.Common.Geometry.RectangleF

Méthodes publiques

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

Method Details

BoxAt() public méthode

public BoxAt ( PointF offset, bool vflip ) : RectangleF
offset MegaMan.Common.Geometry.PointF
vflip bool
Résultat MegaMan.Common.Geometry.RectangleF

HitBox() public méthode

public HitBox ( float x, float y, float width, float height ) : MegaMan.Common.Geometry
x float
y float
width float
height float
Résultat MegaMan.Common.Geometry

Property Details

box protected_oe property

protected RectangleF,MegaMan.Common.Geometry box
Résultat MegaMan.Common.Geometry.RectangleF