Enum Cell.CellStatus
Enumeration of cell states. Used to distinguish the various cells from eachother.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public enum CellStatus
Fields
| Name | Description |
|---|---|
| InvalidCell | |
| LakeCell | |
| RiverCell | |
| TerrainCell | |
| ValidCell | |
| WalkpathCell |