C# Class RedBadger.PocketMechanic.Phone.MyComponent

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: redbadger/XPF

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
MyComponent ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

MyComponent() public méthode

public MyComponent ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void