C# Класс ConveyorDefence.Map.MapCell

Показать файл Открыть проект

Открытые методы

Метод Описание
AddBaseTile ( int tileID ) : void
AddHeightTile ( int tileID ) : void
AddTopperTile ( int tileID ) : void
Draw ( SpriteBatch batch, Point index ) : void
MapCell ( int tileID ) : System.Collections.Generic

Приватные методы

Метод Описание
DrawBaseTiles ( SpriteBatch batch, Point index, int rowOffset ) : void
DrawHeightTiles ( SpriteBatch batch, Point index, int rowOffset ) : void
DrawTopperTiles ( SpriteBatch batch, Point index, int rowOffset ) : void

Описание методов

AddBaseTile() публичный Метод

public AddBaseTile ( int tileID ) : void
tileID int
Результат void

AddHeightTile() публичный Метод

public AddHeightTile ( int tileID ) : void
tileID int
Результат void

AddTopperTile() публичный Метод

public AddTopperTile ( int tileID ) : void
tileID int
Результат void

Draw() публичный Метод

public Draw ( SpriteBatch batch, Point index ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
index Microsoft.Xna.Framework.Point
Результат void

MapCell() публичный Метод

public MapCell ( int tileID ) : System.Collections.Generic
tileID int
Результат System.Collections.Generic