C# Class WarTornLands.Entities.Modules.Draw.StaticDrawer

Static drawer class, to draw entities consisting of a single static texture
Inheritance: BaseModule, IDrawExecuter
Exibir arquivo Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch batch, DrawInformation information ) : void

Draws the specified batch.

StaticDrawer ( ) : System
StaticDrawer ( DataRow data ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

Draws the specified batch.
public Draw ( SpriteBatch batch, DrawInformation information ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch The batch.
information DrawInformation The information.
return void

StaticDrawer() public method

public StaticDrawer ( ) : System
return System

StaticDrawer() public method

public StaticDrawer ( DataRow data ) : System
data DataRow
return System

Update() public method

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