C# Class WarTornLands.Infrastructure.Systems.GameState.BaseOverlayGameState

Inheritance: BaseGameState
Afficher le fichier Open project: floAr/WarTornLands

Protected Properties

Свойство Type Description
_background Microsoft.Xna.Framework.Graphics.RenderTarget2D

Méthodes publiques

Méthode Description
BaseOverlayGameState ( RenderTarget2D Background ) : System
Draw ( Microsoft gameTime ) : void

Method Details

BaseOverlayGameState() public méthode

public BaseOverlayGameState ( RenderTarget2D Background ) : System
Background Microsoft.Xna.Framework.Graphics.RenderTarget2D
Résultat System

Draw() public méthode

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

Property Details

_background protected_oe property

protected RenderTarget2D,Microsoft.Xna.Framework.Graphics _background
Résultat Microsoft.Xna.Framework.Graphics.RenderTarget2D