Package com.unciv.ui.tilegroups
Types
ActionlessGroup
Link copied to clipboard
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
TileGroup
Link copied to clipboard
open class TileGroup(tileInfo: TileInfo, tileSetStrings: TileSetStrings, groupSize: Float) : ActionlessGroup
Content copied to clipboard
TileGroupIcons
Link copied to clipboard
Helper class for TileGroup, which was getting too full
TileSetStrings
Link copied to clipboard
class TileSetStrings
Content copied to clipboard
WorldTileGroup
Link copied to clipboard
class WorldTileGroup(worldScreen: WorldScreen, tileInfo: TileInfo, tileSetStrings: TileSetStrings) : TileGroup
Content copied to clipboard