C# Class TugOfBaby.StatScreen

Afficher le fichier Open project: martinvium/ngj2012 Class Usage Examples

Méthodes publiques

Свойство Type Description
Angelwin Microsoft.Xna.Framework.Graphics.Texture2D
Credits Microsoft.Xna.Framework.Graphics.Texture2D
Devilwin Microsoft.Xna.Framework.Graphics.Texture2D
Nowin Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

Méthode Description
ChangeImage ( Microsoft.Xna.Framework.Graphics.Texture2D newImage ) : void
Draw ( SpriteBatch batch, Microsoft.Xna.Framework.Graphics.Texture2D pic ) : void
StatScreen ( GraphicsDevice graphics, Microsoft.Xna.Framework.Content.ContentManager content ) : System
Update ( GameInstance game ) : void

Method Details

ChangeImage() public méthode

public ChangeImage ( Microsoft.Xna.Framework.Graphics.Texture2D newImage ) : void
newImage Microsoft.Xna.Framework.Graphics.Texture2D
Résultat void

Draw() public méthode

public Draw ( SpriteBatch batch, Microsoft.Xna.Framework.Graphics.Texture2D pic ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
pic Microsoft.Xna.Framework.Graphics.Texture2D
Résultat void

StatScreen() public méthode

public StatScreen ( GraphicsDevice graphics, Microsoft.Xna.Framework.Content.ContentManager content ) : System
graphics GraphicsDevice
content Microsoft.Xna.Framework.Content.ContentManager
Résultat System

Update() public méthode

public Update ( GameInstance game ) : void
game GameInstance
Résultat void

Property Details

Angelwin public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Angelwin
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Credits public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Credits
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Devilwin public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Devilwin
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Nowin public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Nowin
Résultat Microsoft.Xna.Framework.Graphics.Texture2D