Click or drag to resize

IColorableCell Interface

Represents a cell whose color can be set.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
public interface IColorableCell : ICell

The IColorableCell type exposes the following members.

Properties
  NameDescription
Public propertyColor
The main color of the tile. This is used to set the color of tiles dynamically.
Top
See Also