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
TilePropagatorTileSet
Assembly: DeBroglie.dll
Syntax
public class TilePropagatorTileSet
Properties
|
Edit this page
View Source
Tiles
Declaration
public IReadOnlyCollection<Tile> Tiles { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides