Show / Hide Table of Contents

Class SeparationConstraint

Inheritance
Object
TesseraConstraint
SeparationConstraint
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public class SeparationConstraint : TesseraConstraint

Fields

minDistance

The count to be compared against.

Declaration
public int minDistance
Field Value
Type Description
Int32

tiles

The set of tiles to count

Declaration
public List<TesseraTile> tiles
Field Value
Type Description
List<TesseraTile>
Back to top Generated by DocFX