C# Class FlatRedBallWpf.FlatRedBallGameBase

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: vchelaru/FlatRedBall

Protected Properties

Property Type Description
Graphics GraphicsDeviceManager
GraphicsDeviceManager GraphicsDeviceManager
IsRenderingPaused System.Boolean
RenderHeight System.Int32
RenderWidth System.Int32
mFrbControl FlatRedBallControl

Public Methods

Method Description
FlatRedBallGameBase ( FlatRedBallControl frbControl ) : System

Protected Methods

Method Description
EndDraw ( ) : void
Initialize ( ) : void

Private Methods

Method Description
PreparingDeviceSettings ( object sender, Microsoft.Xna.Framework.PreparingDeviceSettingsEventArgs e ) : void
StartInitialization ( ) : void
TimerTick ( object sender, EventArgs e ) : void
XnaControlOnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

EndDraw() protected method

protected EndDraw ( ) : void
return void

FlatRedBallGameBase() public method

public FlatRedBallGameBase ( FlatRedBallControl frbControl ) : System
frbControl FlatRedBallControl
return System

Initialize() protected method

protected Initialize ( ) : void
return void

Property Details

Graphics protected property

protected GraphicsDeviceManager Graphics
return GraphicsDeviceManager

GraphicsDeviceManager protected property

protected GraphicsDeviceManager GraphicsDeviceManager
return GraphicsDeviceManager

IsRenderingPaused protected property

protected Boolean,System IsRenderingPaused
return System.Boolean

RenderHeight protected property

protected Int32,System RenderHeight
return System.Int32

RenderWidth protected property

protected Int32,System RenderWidth
return System.Int32

mFrbControl protected property

protected FlatRedBallControl,FlatRedBallWpf mFrbControl
return FlatRedBallControl