C# Class Defend_your_home.Screens.GameScreen

Inheritance: Screen
ファイルを表示 Open project: MandragoraStudio/Defend-your-home

Public Methods

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

Private Methods

Method Description
pintaDebug ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

GameScreen() public method

public GameScreen ( ) : System
return System

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Update() public method

public Update ( ) : void
return void