Class CellStatePreview

CellStatePreview

Implements a live preview for moving cells.

Constructors

Properties

count: number = 0

Contains the number of entries in the map.

deltas: Dictionary<Cell, {
    point: Point;
    state: CellState;
}>

Reference to the enclosing Graph.

graph: Graph

Reference to the enclosing Graph.

Methods