C# Class hyades.screen.Instructions

Inheritance: Screen
Afficher le fichier Open project: zfedoran/bubblebound

Méthodes publiques

Méthode Description
Draw ( GraphicsDevice device ) : void
FadeIn ( ) : void
FadeOut ( ) : void
Instructions ( Screen parent, ScreenManager manager ) : System
OnActive ( double elapsed, InputDevice input ) : void
Update ( double elapsed ) : void

Method Details

Draw() public méthode

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
Résultat void

FadeIn() public méthode

public FadeIn ( ) : void
Résultat void

FadeOut() public méthode

public FadeOut ( ) : void
Résultat void

Instructions() public méthode

public Instructions ( Screen parent, ScreenManager manager ) : System
parent Screen
manager ScreenManager
Résultat System

OnActive() public méthode

public OnActive ( double elapsed, InputDevice input ) : void
elapsed double
input InputDevice
Résultat void

Update() public méthode

public Update ( double elapsed ) : void
elapsed double
Résultat void