Karcero : API Documentation

Type Cell

Namespace Karcero.Engine.Models

Interfaces ICell

Default implementation of the ICell interface.

Properties

Public properties

int Column get; set;

The cell's column in the map (will be set by the generator).

int Row get; set;

The cell's row in the map (will be set by the generator).

TerrainType Terrain get; set;

The cell's terrain.