TileResult (TileLayer)
TileResult bundles a `Tile` with its world-space `Rect`. Access via the 'tilemap' submodule.
Properties
| Name | Description | Type |
|---|---|---|
rect | World-space rectangle covered by the tile. | Rect |
tile | The tile entry. | TileLayer.Tile |
TileResult bundles a `Tile` with its world-space `Rect`. Access via the 'tilemap' submodule.
| Name | Description | Type |
|---|---|---|
rect | World-space rectangle covered by the tile. | Rect |
tile | The tile entry. | TileLayer.Tile |