C# Class Defend_your_home.Screens.Transitions.Transition

Inheritance: Screen
Show file Open project: MandragoraStudio/Defend-your-home

Protected Properties

Property Type Description
destination IScreen
source IScreen
time System.TimeSpan

Public Methods

Method Description
Draw ( ) : void
Initialize ( ) : void
LoadContent ( ) : void
Transition ( ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Transition() public method

public Transition ( ) : System
return System

Update() public method

public Update ( ) : void
return void

Property Details

destination protected property

protected IScreen destination
return IScreen

source protected property

protected IScreen source
return IScreen

time protected property

protected TimeSpan,System time
return System.TimeSpan