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

Inheritance: BaseGameState
Exibir arquivo Open project: floAr/WarTornLands

Protected Properties

Property Type Description
_background Microsoft.Xna.Framework.Graphics.RenderTarget2D

Public Methods

Method Description
BaseOverlayGameState ( RenderTarget2D Background ) : System
Draw ( Microsoft gameTime ) : void

Method Details

BaseOverlayGameState() public method

public BaseOverlayGameState ( RenderTarget2D Background ) : System
Background Microsoft.Xna.Framework.Graphics.RenderTarget2D
return System

Draw() public method

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
return void

Property Details

_background protected_oe property

protected RenderTarget2D,Microsoft.Xna.Framework.Graphics _background
return Microsoft.Xna.Framework.Graphics.RenderTarget2D