Package com.unciv.ui.tilegroups

Types

ActionlessGroup
Link copied to clipboard
open class ActionlessGroup(checkHit: Boolean) : Group

A lot of the render time was spent on snapshot arrays of the TileGroupMap's groups, in the act() function. This class is to avoid the overhead of useless act() calls.

CityButton
Link copied to clipboard
class CityButton(city: CityInfo, tileGroup: WorldTileGroup) : Table
TileGroup
Link copied to clipboard
open class TileGroup(tileInfo: TileInfo, tileSetStrings: TileSetStrings, groupSize: Float) : ActionlessGroup
TileGroupIcons
Link copied to clipboard
class TileGroupIcons(tileGroup: TileGroup)

Helper class for TileGroup, which was getting too full

TileSetStrings
Link copied to clipboard
class TileSetStrings
WorldTileGroup
Link copied to clipboard
class WorldTileGroup(worldScreen: WorldScreen, tileInfo: TileInfo, tileSetStrings: TileSetStrings) : TileGroup