Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Project290
Screens
CreditsScreen
C# Class Project290.Screens.CreditsScreen
Used to display game credits.
Inheritance:
Screen
Datei anzeigen
Open project: scastle/Solitude
Public Methods
Method
Description
CreditsScreen
( ) :
System
Initializes a new instance of the
CreditsScreen
class.
Draw
( ) :
void
Draws this instance.
Update
( ) :
void
Updates this instance.
Method Details
CreditsScreen()
public
method
Initializes a new instance of the
CreditsScreen
class.
public
CreditsScreen
( ) :
System
return
System
Draw()
public
method
Draws this instance.
public
Draw
( ) :
void
return
void
Update()
public
method
Updates this instance.
public
Update
( ) :
void
return
void