C# Class RenderPrecisionTest.RenderPrecisionTestGame

Inheritance: Squared.Render.MultithreadedGame
Exibir arquivo Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
ClearColor Color

Public Methods

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

Protected Methods

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

Private Methods

Method Description
DrawRow ( Squared.Render.Convenience.ImperativeRenderer &ir, float x, float y, SamplerState samplerState, Rectangle sourceRect ) : 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

LoadContent() protected method

protected LoadContent ( ) : void
return void

RenderPrecisionTestGame() public method

public RenderPrecisionTestGame ( ) : System
return System

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