C# Class MarioObjects.Objects.BaseObjects.MoveableAnimatedObject

Inheritance: AnimatedGraphicObject
ファイルを表示 Open project: jazzyjester/Mario-Game

Public Properties

Property Type Description
DirX int
DirY int
Fall System.Boolean
Live System.Boolean
WalkStep int

Public Methods

Method Description
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

Method Details

Draw() public method

public Draw ( ) : void
return void

Intersection() public method

public Intersection ( Collision c, GraphicObject g ) : void
c Collision
g GraphicObject
return void

Intersection_None() public method

public Intersection_None ( ) : void
return void

MoveableAnimatedObject() public method

public MoveableAnimatedObject ( ObjectType OT ) : System
OT ObjectType
return System

OnAnimate() public method

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

OnWalk() public method

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

Property Details

DirX public_oe property

public int DirX
return int

DirY public_oe property

public int DirY
return int

Fall public_oe property

public Boolean,System Fall
return System.Boolean

Live public_oe property

public Boolean,System Live
return System.Boolean

WalkStep public_oe property

public int WalkStep
return int