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

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: RHY3756547/FreeSO

Protected Properties

Свойство Type Description
Graphics Microsoft.Xna.Framework.GraphicsDeviceManager
Screen GameScreen

Méthodes publiques

Méthode Description
Game ( ) : System

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Game() public méthode

public Game ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

Graphics protected_oe property

protected GraphicsDeviceManager,Microsoft.Xna.Framework Graphics
Résultat Microsoft.Xna.Framework.GraphicsDeviceManager

Screen protected_oe property

protected GameScreen,FSO.Common.Rendering.Framework Screen
Résultat GameScreen