C# Class SuperSquid.GameRenderer

Inheritance: SuperSquid.Application
Show file Open project: WaveEngine/QuickStarters

Public Methods

Method 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 method

public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void

GameRenderer() public method

public GameRenderer ( SwapChainPanel panel ) : System
panel SwapChainPanel
return System

Initialize() public method

public Initialize ( ) : void
return void

OnResuming() public method

public OnResuming ( ) : void
return void

OnSuspending() public method

public OnSuspending ( ) : void
return void

Update() public method

public Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void