Class SelectedChangeTracker
Runs a callback when the banned/selected status of tile changes with respect to a tileset.
Inheritance
SelectedChangeTracker
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
|
Edit this page
View Source
IsSelected(int)
Declaration
public bool IsSelected(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
|
Edit this page
View Source
Reset()
Declaration
|
Edit this page
View Source
UndoBan(int, int)
Declaration
public void UndoBan(int patternIndex, int pattern)
Parameters
Type |
Name |
Description |
int |
patternIndex |
|
int |
pattern |
|