C# Class WarTornLands.World.Layers.Layer

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Show file Open project: floAr/WarTornLands Class Usage Examples

Protected Properties

Property Type Description
_area Area

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Layer ( Area area ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public abstract method

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

Layer() public method

public Layer ( Area area ) : System
area Area
return System

Update() public abstract method

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

Property Details

_area protected property

protected Area _area
return Area