C# Class Defend_your_home.Screens.Transitions.Transition

Inheritance: Screen
Afficher le fichier Open project: MandragoraStudio/Defend-your-home

Protected Properties

Свойство Type Description
destination IScreen
source IScreen
time System.TimeSpan

Méthodes publiques

Méthode Description
Draw ( ) : void
Initialize ( ) : void
LoadContent ( ) : void
Transition ( ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Transition() public méthode

public Transition ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

destination protected_oe property

protected IScreen destination
Résultat IScreen

source protected_oe property

protected IScreen source
Résultat IScreen

time protected_oe property

protected TimeSpan,System time
Résultat System.TimeSpan