C# Class Demo.Demo

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: zumpiez/Zeplin Class Usage Examples

Méthodes publiques

Méthode Description
Demo ( ) : System

Private Methods

Méthode Description
DemoUpdateEveryFrame ( GameTime gameTime ) : void

Allows the game to run logic such as updating the world, checking for collisions, gathering input, and playing audio.

LoadContent ( ) : void

LoadContent will be called once per game and is the place to load all of your content.

LoadImageTest ( ) : void
UpdateImageTest ( GameTime time ) : void

Method Details

Demo() public méthode

public Demo ( ) : System
Résultat System