C# Class TugOfBaby.StatScreen

Show file Open project: martinvium/ngj2012 Class Usage Examples

Public Properties

Property 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

Public Methods

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

public ChangeImage ( Microsoft.Xna.Framework.Graphics.Texture2D newImage ) : void
newImage Microsoft.Xna.Framework.Graphics.Texture2D
return void

Draw() public method

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

StatScreen() public method

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

Update() public method

public Update ( GameInstance game ) : void
game GameInstance
return void

Property Details

Angelwin public property

public Texture2D,Microsoft.Xna.Framework.Graphics Angelwin
return Microsoft.Xna.Framework.Graphics.Texture2D

Credits public property

public Texture2D,Microsoft.Xna.Framework.Graphics Credits
return Microsoft.Xna.Framework.Graphics.Texture2D

Devilwin public property

public Texture2D,Microsoft.Xna.Framework.Graphics Devilwin
return Microsoft.Xna.Framework.Graphics.Texture2D

Nowin public property

public Texture2D,Microsoft.Xna.Framework.Graphics Nowin
return Microsoft.Xna.Framework.Graphics.Texture2D