C# Class MarioObjects.Objects.BaseObjects.AnimatedGraphicObject

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

Méthodes publiques

Свойство Type Description
Animated System.Boolean
AnimatedCount int

Méthodes publiques

Méthode Description
AnimatedGraphicObject ( ObjectType Type ) : System
Draw ( ) : void
OnAnimate ( Object sender, EventArgs e ) : void

Method Details

AnimatedGraphicObject() public méthode

public AnimatedGraphicObject ( ObjectType Type ) : System
Type ObjectType
Résultat System

Draw() public méthode

public Draw ( ) : void
Résultat void

OnAnimate() public méthode

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

Property Details

Animated public_oe property

public Boolean,System Animated
Résultat System.Boolean

AnimatedCount public_oe property

public int AnimatedCount
Résultat int