C# Class hyades.screen.Title

Inheritance: Screen
Mostrar archivo Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

Method Description
Draw ( GraphicsDevice device ) : void
FadeIn ( ) : void
FadeOut ( ) : void
OnActive ( double elapsed, InputDevice input ) : void
Title ( Screen parent, ScreenManager manager ) : System
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

OnActive() public method

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

Title() public method

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

Update() public method

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