C# Class MrGravity.Menu_Code.PreScore

Afficher le fichier Open project: DizWARE/Mr-Gravity Class Usage Examples

Méthodes publiques

Свойство Type Description
StarList List

Méthodes publiques

Méthode 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

Méthode Description
Reset ( ) : void

Method Details

Draw() public méthode

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
Résultat void

Load() public méthode

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

PreScore() public méthode

public PreScore ( IControlScheme controls ) : System.Collections.Generic
controls IControlScheme
Résultat System.Collections.Generic

Update() public méthode

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

Property Details

StarList public_oe static_oe property

public static List StarList
Résultat List