One recyclable tile. The default draws an optional glyph over a centered label; subclass and
override bind()/render() for custom content, supplying instances through
UITileGrid.tileFactory. Never construct tiles yourself outside a factory.
Constructor
Variables
Methods
bind(index:Int):Void
Fills the tile's content for a data index (called on recycle; keep it allocation-light).
Parameters:
index | the data index to display |
|---|