C# Class LectureExamples5.GameObject

Afficher le fichier Open project: Westerdals/PG2200LectureCode2013 Class Usage Examples

Méthodes publiques

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

Method Details

Initialize() public méthode

public Initialize ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
Résultat void

Update() public méthode

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