Show / Hide Table of Contents

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 Source

Tiles

Declaration
public IReadOnlyCollection<Tile> Tiles { get; }
Property Value
Type Description
IReadOnlyCollection<Tile>

Methods

| Edit this page View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX