Word Game Builder 2.0.1f2
Reference Manual
Properties | List of all members
LetterTile.TileStateColorGroup Class Reference

Represents a group of colors for different tile states. More...

+ Collaboration diagram for LetterTile.TileStateColorGroup:

Properties

TileColor disabled [get, set]
 The colors to display when a tile is disabled. More...
 
TileColor hover [get, set]
 The colors to display when a tile is hovered. More...
 
TileColor normal [get, set]
 The colors to display when a tile is in a normal state. More...
 
TileColor selected [get, set]
 The colors to display when a tile is selected. More...
 
TileColor selectedAndDisabled [get, set]
 The colors to display when a tile is both selected and disabled. More...
 

Detailed Description

Represents a group of colors for different tile states.

Property Documentation

TileColor disabled
getset

The colors to display when a tile is disabled.

TileColor hover
getset

The colors to display when a tile is hovered.

TileColor normal
getset

The colors to display when a tile is in a normal state.

TileColor selected
getset

The colors to display when a tile is selected.

TileColor selectedAndDisabled
getset

The colors to display when a tile is both selected and disabled.