Class DataDrivenData
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DataDrivenData
Constructors
DataDrivenData()
Declaration
public DataDrivenData()
Properties
Cells
Declaration
public IDictionary<Cell, DataDrivenCellData> Cells { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<Cell, DataDrivenCellData> |
Moves
Declaration
public IDictionary<(Cell, CellDir), (Cell, CellDir, Connection)> Moves { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<(Cell, CellDir), (Cell, CellDir, Connection)> |