C# Class Demo.Demo

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

Public Methods

Method Description
Demo ( ) : System

Private Methods

Method 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 method

public Demo ( ) : System
return System