Свойство | Type | Description | |
---|---|---|---|
Races | List |
||
contentManager | Microsoft.Xna.Framework.Content.ContentManager | ||
device | GraphicsDevice | ||
hextexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
jukeBox | spaceconquest.Music_stuff.JukeBox | ||
soundEffectBox | |||
textFont | |||
thisgame | |||
x | int | ||
y | int |
Méthode | Description | |
---|---|---|
Game1 ( ) : System |
Méthode | Description | |
---|---|---|
Draw ( |
This is called when the game should draw itself.
|
|
Initialize ( ) : void |
Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.
|
|
LoadContent ( ) : void | ||
UnloadContent ( ) : void |
UnloadContent will be called once per game and is the place to unload all content.
|
|
Update ( |
Allows the game to run logic such as updating the world, checking for collisions, gathering input, and playing audio.
|
Méthode | Description | |
---|---|---|
sorter ( String a, String b ) : int |
LoadContent will be called once per game and is the place to load all of your content.
|
protected Draw ( |
||
gameTime | Provides a snapshot of timing values. | |
Résultat | void |
protected Update ( |
||
gameTime | Provides a snapshot of timing values. | |
Résultat | void |
public static ContentManager,Microsoft.Xna.Framework.Content contentManager | ||
Résultat | Microsoft.Xna.Framework.Content.ContentManager |
public static Texture2D,Microsoft.Xna.Framework.Graphics hextexture | ||
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D |
public static spaceconquest.Music_stuff.JukeBox jukeBox | ||
Résultat | spaceconquest.Music_stuff.JukeBox |
public static SoundEffectBox,spaceconquest soundEffectBox | ||
Résultat |
public static SpriteFont,Microsoft.Xna.Framework.Graphics textFont | ||
Résultat |