Show / Hide Table of Contents

Interface ITileConstraint

Interface for specifying non-local constraints to be respected during generation.

Namespace: DeBroglie.Constraints
Assembly: DeBroglie.dll
Syntax
public interface ITileConstraint

Methods

| Edit this page View Source

Check(TilePropagator)

Called frequently during generation to help maintain the constraint.

Declaration
void Check(TilePropagator propagator)
Parameters
Type Name Description
TilePropagator propagator

The propagator to constrain

| Edit this page View Source

Init(TilePropagator)

Called once when the propagator first initializes.

Declaration
void Init(TilePropagator propagator)
Parameters
Type Name Description
TilePropagator propagator

The propagator to constrain

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX