Show / Hide Table of Contents

Class SelectedChangeTracker

Runs a callback when the banned/selected status of tile changes with respect to a tileset.

Inheritance
object
SelectedChangeTracker
Namespace: DeBroglie.Trackers
Assembly: DeBroglie.dll
Syntax
public class SelectedChangeTracker

Methods

| Edit this page View Source

DoBan(int, int)

Declaration
public void DoBan(int patternIndex, int pattern)
Parameters
Type Name Description
int patternIndex
int pattern
| Edit this page View Source

GetQuadstate(int)

Declaration
public Quadstate GetQuadstate(int index)
Parameters
Type Name Description
int index
Returns
Type Description
Quadstate
| Edit this page View Source

IsSelected(int)

Declaration
public bool IsSelected(int index)
Parameters
Type Name Description
int index
Returns
Type Description
bool
| Edit this page View Source

Reset()

Declaration
public void Reset()
| Edit this page View Source

UndoBan(int, int)

Declaration
public void UndoBan(int patternIndex, int pattern)
Parameters
Type Name Description
int patternIndex
int pattern
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX