C# Class Defend_your_home.Screens.LoadingScreen

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

Public Methods

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

Private Methods

Method Description
InitializeScreenManager ( ) : 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

LoadingScreen() public method

public LoadingScreen ( ) : System
return System

Update() public method

public Update ( ) : void
return void