C# Class RenderStressTest.Game

Inheritance: Squared.Render.MultithreadedGame
Mostrar archivo Open project: sq/Fracture Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetRNG ( ) : Random
Initialize ( ) : void
LoadContent ( ) : void
ReleaseRNG ( Random rng ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
ParallelPrepareOrbs ( int partitionIndex, int partitionCount, DrawArgs args ) : void
ParallelUpdateOrbs ( int partitionIndex, int partitionCount, UpdateArgs args ) : void

Method Details

Draw() public method

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

Game() public method

public Game ( ) : System
return System

GetRNG() protected method

protected GetRNG ( ) : Random
return System.Random

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

ReleaseRNG() protected method

protected ReleaseRNG ( Random rng ) : void
rng System.Random
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