Class TilePropagatorTileSet
A set of tiles, specific to a particular TilePropagator. This class internally caches some computations, making it faster if you have lots of operations using the same set of tiles.
Inheritance
object
TilePropagatorTileSet
Namespace: DeBroglie
Assembly: DeBroglie.dll
Syntax
public class TilePropagatorTileSet
Properties
| Edit this page View SourceTiles
Declaration
public IReadOnlyCollection<Tile> Tiles { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<Tile> |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()