C# 클래스 MarioObjects.Objects.BaseObjects.MoveableAnimatedObject

상속: AnimatedGraphicObject
파일 보기 프로젝트 열기: jazzyjester/Mario-Game

공개 프로퍼티들

프로퍼티 타입 설명
DirX int
DirY int
Fall System.Boolean
Live System.Boolean
WalkStep int

공개 메소드들

메소드 설명
Draw ( ) : void
Intersection ( Collision c, GraphicObject g ) : void
Intersection_None ( ) : void
MoveableAnimatedObject ( ObjectType OT ) : System
OnAnimate ( object sender, EventArgs e ) : void
OnWalk ( object sender, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Intersection() 공개 메소드

public Intersection ( Collision c, GraphicObject g ) : void
c Collision
g GraphicObject
리턴 void

Intersection_None() 공개 메소드

public Intersection_None ( ) : void
리턴 void

MoveableAnimatedObject() 공개 메소드

public MoveableAnimatedObject ( ObjectType OT ) : System
OT ObjectType
리턴 System

OnAnimate() 공개 메소드

public OnAnimate ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnWalk() 공개 메소드

public OnWalk ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

DirX 공개적으로 프로퍼티

public int DirX
리턴 int

DirY 공개적으로 프로퍼티

public int DirY
리턴 int

Fall 공개적으로 프로퍼티

public Boolean,System Fall
리턴 System.Boolean

Live 공개적으로 프로퍼티

public Boolean,System Live
리턴 System.Boolean

WalkStep 공개적으로 프로퍼티

public int WalkStep
리턴 int