C# Class SuperSquid.GameRenderer

Inheritance: SuperSquid.Application
Afficher le fichier Open project: WaveEngine/QuickStarters

Méthodes publiques

Méthode Description
Draw ( System.TimeSpan gameTime ) : void
GameRenderer ( SwapChainPanel panel ) : System
Initialize ( ) : void
OnResuming ( ) : void
OnSuspending ( ) : void
Update ( System.TimeSpan gameTime ) : void

Method Details

Draw() public méthode

public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void

GameRenderer() public méthode

public GameRenderer ( SwapChainPanel panel ) : System
panel SwapChainPanel
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnResuming() public méthode

public OnResuming ( ) : void
Résultat void

OnSuspending() public méthode

public OnSuspending ( ) : void
Résultat void

Update() public méthode

public Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void