C# Class Gruppe22.Client.MapEffect

Show file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch _spritebatch, GameTime time ) : void
MapEffect ( TileObject animation, Backend position, int scale = 3 ) : System
Update ( GameTime time ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch _spritebatch, GameTime time ) : void
_spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
time Microsoft.Xna.Framework.GameTime
return void

MapEffect() public method

public MapEffect ( TileObject animation, Backend position, int scale = 3 ) : System
animation TileObject
position Backend
scale int
return System

Update() public method

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