C# Class VacuumCleaner.Env.Environment.TileMap2D

Inheritance: IEnvironmentRenderer
Afficher le fichier Open project: Troilk/VacuumCleaner

Méthodes publiques

Méthode Description
Render ( SpriteBatch spriteBatch, Environment env, GameTime time, Rectangle mapDest, float posLerp ) : void
TileMap2D ( Microsoft.Xna.Framework.Content.ContentManager content ) : System.Collections.Generic
ToString ( ) : string
Update ( GameTime gameTime ) : void

Method Details

Render() public méthode

public Render ( SpriteBatch spriteBatch, Environment env, GameTime time, Rectangle mapDest, float posLerp ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
env Environment
time Microsoft.Xna.Framework.GameTime
mapDest Microsoft.Xna.Framework.Rectangle
posLerp float
Résultat void

TileMap2D() public méthode

public TileMap2D ( Microsoft.Xna.Framework.Content.ContentManager content ) : System.Collections.Generic
content Microsoft.Xna.Framework.Content.ContentManager
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void