C# Class LargeBufferTest.LargeBufferTestGame

Inheritance: Squared.Render.MultithreadedGame
Mostra file Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
ClearColor Color

Public Methods

Method Description
Draw ( GameTime gameTime, Frame frame ) : void
LargeBufferTestGame ( ) : System

Protected Methods

Method Description
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime, Frame frame ) : void
gameTime Microsoft.Xna.Framework.GameTime
frame Frame
return void

Initialize() protected method

protected Initialize ( ) : void
return void

LargeBufferTestGame() public method

public LargeBufferTestGame ( ) : System
return System

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

ClearColor public_oe static_oe property

public static Color ClearColor
return Color