C# Class FSO.Common.Rendering.Framework.Game

Inheritance: Microsoft.Xna.Framework.Game
ファイルを表示 Open project: RHY3756547/FreeSO

Protected Properties

Property Type Description
Graphics Microsoft.Xna.Framework.GraphicsDeviceManager
Screen GameScreen

Public Methods

Method Description
Game ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

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

Game() public method

public Game ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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

Property Details

Graphics protected_oe property

protected GraphicsDeviceManager,Microsoft.Xna.Framework Graphics
return Microsoft.Xna.Framework.GraphicsDeviceManager

Screen protected_oe property

protected GameScreen,FSO.Common.Rendering.Framework Screen
return GameScreen