C# 클래스 Project290.Games.StupidGame.StupidGameScreen

The screen for the stupid game. This is where all the action happens.
상속: Project290.Screens.GameScreen
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
Draw ( ) : void

Draws this instance.

StupidGameScreen ( int scoreboardIndex ) : System

Initializes a new instance of the StupidGameScreen class.

Update ( ) : void

Updates this instance.

비공개 메소드들

메소드 설명
Reset ( ) : void

Resets this instance. This will be called when a new game is played. Reset all of your objects here so that you do not need to reallocate the memory for them.

메소드 상세

Draw() 공개 메소드

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

StupidGameScreen() 공개 메소드

Initializes a new instance of the StupidGameScreen class.
public StupidGameScreen ( int scoreboardIndex ) : System
scoreboardIndex int The game-specific index into the scoreboard.
리턴 System

Update() 공개 메소드

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