C# Class PlatformerSample.GameWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Exit ( ) : void
ExitMessage ( Window callingWindow ) : void
FrameUpdate ( ) : void
GameWindow ( ) : System
Run ( ) : void

Méthodes protégées

Méthode Description
OnResize ( System e ) : void
OnResize ( bool forceResize ) : void

Private Methods

Méthode Description
Draw ( ) : void
GameForm_Activated ( object sender, EventArgs e ) : void

Method Details

Exit() public méthode

public Exit ( ) : void
Résultat void

ExitMessage() public méthode

public ExitMessage ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
Résultat void

FrameUpdate() public méthode

public FrameUpdate ( ) : void
Résultat void

GameWindow() public méthode

public GameWindow ( ) : System
Résultat System

OnResize() protected méthode

protected OnResize ( System e ) : void
e System
Résultat void

OnResize() protected méthode

protected OnResize ( bool forceResize ) : void
forceResize bool
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void