C# Class Blink.GUI.StateLevelSelect

Inheritance: GameState
Afficher le fichier Open project: dah6ce/Blink

Méthodes publiques

Свойство Type Description
prevState GameState

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb ) : void
GetTransition ( ) : GameState
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
StateLevelSelect ( Vector2 screenSize, String title, String options, GameState g ) : System
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void
getSelectedMap ( ) : mapSet

Private Methods

Méthode Description
positionThumbs ( List thumbs ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetTransition() public méthode

public GetTransition ( ) : GameState
Résultat GameState

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
Content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

StateLevelSelect() public méthode

public StateLevelSelect ( Vector2 screenSize, String title, String options, GameState g ) : System
screenSize Vector2
title String
options String
g GameState
Résultat System

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

getSelectedMap() public méthode

public getSelectedMap ( ) : mapSet
Résultat Blink.Classes.mapSet

Property Details

prevState public_oe property

public GameState prevState
Résultat GameState