Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Project290
Screens
StartScreen
C# Class Project290.Screens.StartScreen
The Screen the comes up when the game first starts up.
Inheritance:
Screen
Exibir arquivo
Open project: scastle/Solitude
Public Methods
Method
Description
Draw
( ) :
void
Draws this instance.
StartScreen
( ) :
System
Initializes a new instance of the
StartScreen
class.
Update
( ) :
void
Updates this instance.
Method Details
Draw()
public
method
Draws this instance.
public
Draw
( ) :
void
return
void
StartScreen()
public
method
Initializes a new instance of the
StartScreen
class.
public
StartScreen
( ) :
System
return
System
Update()
public
method
Updates this instance.
public
Update
( ) :
void
return
void