C# 클래스 MyGame.CreditsScreen

This class represent the Credits Screen that hold the name of the persons who worked on that game
상속: Screen
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 메소드들

메소드 설명
CreditsScreen ( MyGame game ) : System
Draw ( GameTime gameTime ) : void

This method renders the current state.

Update ( GameTime gameTime ) : void

Allows the game component to update itself.

메소드 상세

CreditsScreen() 공개 메소드

public CreditsScreen ( MyGame game ) : System
game MyGame
리턴 System

Draw() 공개 메소드

This method renders the current state.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime The elapsed game time.
리턴 void

Update() 공개 메소드

Allows the game component to update itself.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
리턴 void