C# Class ConveyorDefence.Map.MapCell

Afficher le fichier Open project: markevich/ConveyorDefence-linux

Méthodes publiques

Méthode Description
AddBaseTile ( int tileID ) : void
AddHeightTile ( int tileID ) : void
AddTopperTile ( int tileID ) : void
Draw ( SpriteBatch batch, Point index ) : void
MapCell ( int tileID ) : System.Collections.Generic

Private Methods

Méthode Description
DrawBaseTiles ( SpriteBatch batch, Point index, int rowOffset ) : void
DrawHeightTiles ( SpriteBatch batch, Point index, int rowOffset ) : void
DrawTopperTiles ( SpriteBatch batch, Point index, int rowOffset ) : void

Method Details

AddBaseTile() public méthode

public AddBaseTile ( int tileID ) : void
tileID int
Résultat void

AddHeightTile() public méthode

public AddHeightTile ( int tileID ) : void
tileID int
Résultat void

AddTopperTile() public méthode

public AddTopperTile ( int tileID ) : void
tileID int
Résultat void

Draw() public méthode

public Draw ( SpriteBatch batch, Point index ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
index Microsoft.Xna.Framework.Point
Résultat void

MapCell() public méthode

public MapCell ( int tileID ) : System.Collections.Generic
tileID int
Résultat System.Collections.Generic