C# Class PolygonEditor.FlatRedBallGameBase

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

Protected Properties

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

Public Methods

Method Description
FlatRedBallGameBase ( FlatRedBallControl frbControl ) : System

Protected Methods

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

Private Methods

Method Description
HandleCustomIsActive ( ) : bool
HandleModifyMouseState ( Microsoft &mouseState ) : void
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_oe property

protected GraphicsDeviceManager Graphics
return GraphicsDeviceManager

GraphicsDeviceManager protected_oe property

protected GraphicsDeviceManager GraphicsDeviceManager
return GraphicsDeviceManager

IsRenderingPaused protected_oe property

protected Boolean,System IsRenderingPaused
return System.Boolean

RenderHeight protected_oe property

protected Int32,System RenderHeight
return System.Int32

RenderWidth protected_oe property

protected Int32,System RenderWidth
return System.Int32