C# 클래스 GonzoTest.CreditsScreen

상속: Gonzo.UIScreen
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 메소드들

메소드 설명
CreditsScreen ( ScreenManager Manager, SpriteBatch SBatch ) : System
CreditsScreen ( ScreenManager Manager, SpriteBatch SBatch ) : System.Collections.Generic
Draw ( ) : void
Update ( InputHelper Input ) : void
Update ( InputHelper Input, GameTime GTime ) : void

비공개 메소드들

메소드 설명
CleanInput ( string strIn ) : string

Cleans the input, because Linux fonts doesn't support special characters.

M_CreditsTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
MaxisButton_OnButtonClicked ( UIButton ClickedButton ) : void
MaxisButton_OnButtonClicked ( object Sender ) : void

메소드 상세

CreditsScreen() 공개 메소드

public CreditsScreen ( ScreenManager Manager, SpriteBatch SBatch ) : System
Manager Gonzo.ScreenManager
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 System

CreditsScreen() 공개 메소드

public CreditsScreen ( ScreenManager Manager, SpriteBatch SBatch ) : System.Collections.Generic
Manager Gonzo.ScreenManager
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 System.Collections.Generic

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Update() 공개 메소드

public Update ( InputHelper Input ) : void
Input Gonzo.InputHelper
리턴 void

Update() 공개 메소드

public Update ( InputHelper Input, GameTime GTime ) : void
Input Gonzo.InputHelper
GTime Microsoft.Xna.Framework.GameTime
리턴 void