C# 클래스 MegaMan.Engine.HitBox

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

보호된 프로퍼티들

프로퍼티 타입 설명
box MegaMan.Common.Geometry.RectangleF

공개 메소드들

메소드 설명
BoxAt ( PointF offset, bool vflip ) : RectangleF
HitBox ( float x, float y, float width, float height ) : MegaMan.Common.Geometry

메소드 상세

BoxAt() 공개 메소드

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

HitBox() 공개 메소드

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

프로퍼티 상세

box 보호되어 있는 프로퍼티

protected RectangleF,MegaMan.Common.Geometry box
리턴 MegaMan.Common.Geometry.RectangleF