C# Class hyades.screen.Instructions

Inheritance: Screen
Show file Open project: zfedoran/bubblebound

Public Methods

Method 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 method

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
return void

FadeIn() public method

public FadeIn ( ) : void
return void

FadeOut() public method

public FadeOut ( ) : void
return void

Instructions() public method

public Instructions ( Screen parent, ScreenManager manager ) : System
parent Screen
manager ScreenManager
return System

OnActive() public method

public OnActive ( double elapsed, InputDevice input ) : void
elapsed double
input InputDevice
return void

Update() public method

public Update ( double elapsed ) : void
elapsed double
return void