C# Class TapTitanXNA_MichaelFernando.Support1

Afficher le fichier Open project: WINPROG20152016/Fernando_TapTitanXNA

Méthodes publiques

Свойство Type Description
windowHeight int
windowWidth int

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
LoadContent ( ) : void
Support1 ( Microsoft.Xna.Framework.Content.ContentManager content, Level level ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Support1() public méthode

public Support1 ( Microsoft.Xna.Framework.Content.ContentManager content, Level level ) : System
content Microsoft.Xna.Framework.Content.ContentManager
level Level
Résultat System

Update() public méthode

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

Property Details

windowHeight public_oe static_oe property

public static int windowHeight
Résultat int

windowWidth public_oe static_oe property

public static int windowWidth
Résultat int