C# Class CarpMuffin.Tiles.Tile

Displays a tile on the screen
Inheritance: ITile
Show file Open project: BetaToast/CarpMuffin

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Tile ( TileSheet tilesheet ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

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

Tile() public method

public Tile ( TileSheet tilesheet ) : Microsoft.Xna.Framework
tilesheet TileSheet
return Microsoft.Xna.Framework

Update() public method

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