C# Class MarioObjects.Objects.BaseObjects.AnimatedGraphicObject

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

Public Properties

Property Type Description
Animated System.Boolean
AnimatedCount int

Public Methods

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

Method Details

AnimatedGraphicObject() public method

public AnimatedGraphicObject ( ObjectType Type ) : System
Type ObjectType
return System

Draw() public method

public Draw ( ) : void
return void

OnAnimate() public method

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

Property Details

Animated public_oe property

public Boolean,System Animated
return System.Boolean

AnimatedCount public_oe property

public int AnimatedCount
return int