C# Class MarioObjects.Objects.BaseObjects.MoveableAnimatedObject

Inheritance: AnimatedGraphicObject
Show file 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 property

public int DirX
return int

DirY public property

public int DirY
return int

Fall public property

public Boolean,System Fall
return System.Boolean

Live public property

public Boolean,System Live
return System.Boolean

WalkStep public property

public int WalkStep
return int