C# Class MrGravity.Menu_Code.StartLevelSplash

Exibir arquivo Open project: DizWARE/Mr-Gravity Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, GraphicsDeviceManager graphics, Level level, Matrix scale ) : void
Load ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice graphics ) : void
StartLevelSplash ( IControlScheme controls ) : Microsoft.Xna.Framework
Update ( GameTime gameTime, GameStates &gameState ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch, GraphicsDeviceManager graphics, Level level, Matrix scale ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
graphics GraphicsDeviceManager
level Level
scale Microsoft.Xna.Framework.Matrix
return void

Load() public method

public Load ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice graphics ) : void
content Microsoft.Xna.Framework.Content.ContentManager
graphics GraphicsDevice
return void

StartLevelSplash() public method

public StartLevelSplash ( IControlScheme controls ) : Microsoft.Xna.Framework
controls IControlScheme
return Microsoft.Xna.Framework

Update() public method

public Update ( GameTime gameTime, GameStates &gameState ) : void
gameTime Microsoft.Xna.Framework.GameTime
gameState GameStates
return void