C# Class MrGravity.Menu_Code.PreScore

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

Public Properties

Property Type Description
StarList List

Public Methods

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

Private Methods

Method Description
Reset ( ) : void

Method Details

Draw() public method

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

Load() public method

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

PreScore() public method

public PreScore ( IControlScheme controls ) : System.Collections.Generic
controls IControlScheme
return System.Collections.Generic

Update() public method

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

Property Details

StarList public_oe static_oe property

public static List StarList
return List