C# 클래스 Project290.Screens.CreditsScreen

Used to display game credits.
상속: Screen
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
CreditsScreen ( ) : System

Initializes a new instance of the CreditsScreen class.

Draw ( ) : void

Draws this instance.

Update ( ) : void

Updates this instance.

메소드 상세

CreditsScreen() 공개 메소드

Initializes a new instance of the CreditsScreen class.
public CreditsScreen ( ) : System
리턴 System

Draw() 공개 메소드

Draws this instance.
public Draw ( ) : void
리턴 void

Update() 공개 메소드

Updates this instance.
public Update ( ) : void
리턴 void