C# Class MarioObjects.Objects.BaseObjects.MoveableAnimatedObject

Inheritance: AnimatedGraphicObject
Afficher le fichier Open project: jazzyjester/Mario-Game

Méthodes publiques

Свойство Type Description
DirX int
DirY int
Fall System.Boolean
Live System.Boolean
WalkStep int

Méthodes publiques

Méthode 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 méthode

public Draw ( ) : void
Résultat void

Intersection() public méthode

public Intersection ( Collision c, GraphicObject g ) : void
c Collision
g GraphicObject
Résultat void

Intersection_None() public méthode

public Intersection_None ( ) : void
Résultat void

MoveableAnimatedObject() public méthode

public MoveableAnimatedObject ( ObjectType OT ) : System
OT ObjectType
Résultat System

OnAnimate() public méthode

public OnAnimate ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnWalk() public méthode

public OnWalk ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

DirX public_oe property

public int DirX
Résultat int

DirY public_oe property

public int DirY
Résultat int

Fall public_oe property

public Boolean,System Fall
Résultat System.Boolean

Live public_oe property

public Boolean,System Live
Résultat System.Boolean

WalkStep public_oe property

public int WalkStep
Résultat int