C# 클래스 PGCGame.Screens.Credits

상속: PGCGame.CoreTypes.BaseScreen
파일 보기 프로젝트 열기: GreatMindsRobotics/PGCGame 1 사용 예제들

공개 메소드들

메소드 설명
Credits ( SpriteBatch spriteBatch ) : System
InitScreen ( ScreenType screenType ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
Options_ScreenResolutionChanged ( object sender, ViewportEventArgs e ) : void
StateManager_ScreenStateChanged ( object sender, EventArgs e ) : void

메소드 상세

Credits() 공개 메소드

public Credits ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 System

InitScreen() 공개 메소드

public InitScreen ( ScreenType screenType ) : void
screenType ScreenType
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void