C# Class Fusion.Engine.Frames.FrameProcessor

Inheritance: Fusion.Engine.Common.GameModule
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, SpriteLayer spriteLayer ) : void

Draws entire interface

FrameProcessor ( Game game, string defaultFont ) : System

Creates view

Initialize ( ) : void

Inits view

SettleControls ( ) : void

Call this method after UI setup to make things right

Update ( GameTime gameTime ) : void

Updates stuff

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

UpdateUI ( GameTime gameTime, bool suppressLayout = false, bool forceLayout = false ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

Draws entire interface
public Draw ( GameTime gameTime, SpriteLayer spriteLayer ) : void
gameTime GameTime
spriteLayer Fusion.Engine.Graphics.SpriteLayer
Résultat void

FrameProcessor() public méthode

Creates view
public FrameProcessor ( Game game, string defaultFont ) : System
game Game
defaultFont string
Résultat System

Initialize() public méthode

Inits view
public Initialize ( ) : void
Résultat void

SettleControls() public méthode

Call this method after UI setup to make things right
public SettleControls ( ) : void
Résultat void

Update() public méthode

Updates stuff
public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

UpdateUI() protected méthode

protected UpdateUI ( GameTime gameTime, bool suppressLayout = false, bool forceLayout = false ) : void
gameTime GameTime
suppressLayout bool
forceLayout bool
Résultat void