C# Class SEGORATA.Game1

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: JeremyGee/S.E.G.O.R.A.T.A. Class Usage Examples

Méthodes publiques

Свойство Type Description
Colours List
Game rGame
graphics GraphicsDeviceManager
r System.Random
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch

Méthodes publiques

Méthode Description
Game1 ( ) : System
gT ( String url ) : Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

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

Game1() public méthode

public Game1 ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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

gT() public méthode

public gT ( String url ) : Microsoft.Xna.Framework.Graphics.Texture2D
url String
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Property Details

Colours public_oe property

public List Colours
Résultat List

Game public_oe property

public rGame,SEGORATA Game
Résultat rGame

graphics public_oe property

public GraphicsDeviceManager graphics
Résultat GraphicsDeviceManager

r public_oe property

public Random,System r
Résultat System.Random

spriteBatch public_oe property

public SpriteBatch,Microsoft.Xna.Framework.Graphics spriteBatch
Résultat Microsoft.Xna.Framework.Graphics.SpriteBatch