C# Class SmashBros.MySystem.ScreenManager

Inits the controllers needed to start the game And holds the controllerviewmanager and updates it
Inheritance: DrawableGameComponent
Afficher le fichier Open project: Grutn/TDT4240-X2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ControllerViewManager ControllerViewManager
GameOptions SmashBros.Models.GameOptions
cursorsController SmashBros.Controllers.CursorController
fonts SpriteFont>.Dictionary
gamePads List
gameStateManager GameStateManager
popupMenuController SmashBros.Controllers.OverlayMenuController
soundController SmashBros.Controllers.SoundController

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Exit ( ) : void
ScreenManager ( Game game ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

ScreenManager() public méthode

public ScreenManager ( Game game ) : System
game Game
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Property Details

ControllerViewManager public_oe property

public ControllerViewManager,SmashBros.MySystem ControllerViewManager
Résultat ControllerViewManager

GameOptions public_oe property

public GameOptions,SmashBros.Models GameOptions
Résultat SmashBros.Models.GameOptions

cursorsController public_oe property

public CursorController,SmashBros.Controllers cursorsController
Résultat SmashBros.Controllers.CursorController

fonts public_oe property

public Dictionary fonts
Résultat SpriteFont>.Dictionary

gamePads public_oe property

public List gamePads
Résultat List

gameStateManager public_oe property

public GameStateManager gameStateManager
Résultat GameStateManager

popupMenuController public_oe property

public OverlayMenuController,SmashBros.Controllers popupMenuController
Résultat SmashBros.Controllers.OverlayMenuController

soundController public_oe property

public SoundController,SmashBros.Controllers soundController
Résultat SmashBros.Controllers.SoundController