C# Class TapTitan_DeanoDan.Support2

显示文件 Open project: WINPROG20152016/Deano_TapTitanXNA Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
LoadContent ( ) : void
Support2 ( Microsoft.Xna.Framework.Content.ContentManager content, Level level ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void

Support2() public method

public Support2 ( Microsoft.Xna.Framework.Content.ContentManager content, Level level ) : System
content Microsoft.Xna.Framework.Content.ContentManager
level TapTitanXNA_DeanoDan.Level
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void