Class SelectedTracker
Tracks the banned/selected status of each tile with respect to a tileset.
Namespace: DeBroglie.Trackers
Assembly: DeBroglie.dll
Syntax
public class SelectedTracker
Methods
| Edit this page View SourceGetQuadstate(int)
Declaration
public Quadstate GetQuadstate(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
Returns
Type | Description |
---|---|
Quadstate |
IsSelected(int)
Declaration
public bool IsSelected(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
Returns
Type | Description |
---|---|
bool |