Uses of Class
com.prineside.tdi2.scene2d.Group
Packages that use Group
Package
Description
The game itself.
-
Uses of Group in com.prineside.tdi2
Methods in com.prineside.tdi2 that return GroupModifier and TypeMethodDescriptionabstract Group
Tile.generateUiIcon
(float tileSize) Сгенерировать stage2d Group для отображения тайла в UIMethods in com.prineside.tdi2 with parameters of type GroupModifier and TypeMethodDescriptionvoid
Modifier.fillModifierMenu
(Group container, ObjectMap<String, Object> elements) Add / update menu elements.void
Tower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) Добавить / обновить элементы в меню башни Вызывается каждый кадр, когда видно меню башни elements сохраняется между вызовами метода, чтобы не создавать актеров заново. -
Uses of Group in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as GroupMethods in com.prineside.tdi2.managers that return GroupModifier and TypeMethodDescriptionTriggeredActionManager.generateIcon
(TriggeredActionType actionType, float size, Color color) Methods in com.prineside.tdi2.managers with parameters of type Group -
Uses of Group in com.prineside.tdi2.modifiers
Methods in com.prineside.tdi2.modifiers with parameters of type GroupModifier and TypeMethodDescriptionvoid
BalanceModifier.fillModifierMenu
(Group container, ObjectMap<String, Object> elements) void
BountyModifier.fillModifierMenu
(Group container, ObjectMap<String, Object> elements) void
ExperienceModifier.fillModifierMenu
(Group container, ObjectMap<String, Object> elements) void
MiningSpeedModifier.fillModifierMenu
(Group container, ObjectMap<String, Object> elements) -
Uses of Group in com.prineside.tdi2.scene2d
Methods in com.prineside.tdi2.scene2d that return GroupModifier and TypeMethodDescriptionGroup.debugAll()
CallssetDebug(boolean, boolean)
withtrue, true
.Actor.getParent()
Returns the parent actor, or null if not in a group.Stage.getRoot()
Returns the root group which holds all actors in the stage.Methods in com.prineside.tdi2.scene2d with parameters of type Group -
Uses of Group in com.prineside.tdi2.scene2d.ui
Subclasses of Group in com.prineside.tdi2.scene2d.uiModifier and TypeClassDescriptionclass
class
A checkbox is a button that contains an image indicating the checked or unchecked state and a label.class
A group with a single child that sizes and positions the child using constraints.class
A group that lays out its children side by side horizontally, with optional wrapping.class
A button with a childImage
to display an image.class
class
A group that scrolls a child actor using scrollbars and/or mouse or touch dragging.static class
The scroll pane shown when a select box is open.class
A container that contains two widgets and is divided either horizontally or vertically.class
A stack is a container that sizes its children to its size and positions them at 0,0 on top of each other.class
A group that sizes and positions children using table constraints.class
A text input field with multiple lines.class
A button with a childLabel
to display text.class
A single-line text input field.class
class
A tree widget where each node has an icon, actor, and child nodes.class
A group that lays out its children top to bottom vertically, with optional wrapping.class
AGroup
that participates in layout and provides a minimum, preferred, and maximum size. -
Uses of Group in com.prineside.tdi2.screens
Subclasses of Group in com.prineside.tdi2.screens -
Uses of Group in com.prineside.tdi2.tiles
Methods in com.prineside.tdi2.tiles that return GroupModifier and TypeMethodDescriptionBossTile.generateUiIcon
(float tileSize) CoreTile.generateUiIcon
(float tileSize) DummyTile.generateUiIcon
(float tileSize) EqualizerTile.generateUiIcon
(float tileSize) GameValueTile.generateUiIcon
(float tileSize) PlatformTile.generateUiIcon
(float tileSize) QuadTile.generateUiIcon
(float tileSize) RoadTile.generateUiIcon
(float tileSize) ScriptTile.generateUiIcon
(float tileSize) SourceTile.generateUiIcon
(float tileSize) SpawnTile.generateUiIcon
(float tileSize) TargetTile.generateUiIcon
(float tileSize) XmMusicTrackTile.generateUiIcon
(float tileSize) -
Uses of Group in com.prineside.tdi2.towers
Methods in com.prineside.tdi2.towers with parameters of type GroupModifier and TypeMethodDescriptionvoid
BlastTower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) void
CannonTower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) void
GaussTower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) void
LaserTower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) void
MinigunTower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) void
MultishotTower.fillTowerMenu
(Group container, ObjectMap<String, Object> elements) -
Uses of Group in com.prineside.tdi2.ui.actors
Subclasses of Group in com.prineside.tdi2.ui.actorsModifier and TypeClassDescriptionclass
class
class
class
Кнопка, содержащая - Изображение фона - Значок - Надпись Можно изменять цвет фона / значка с надписьюclass
class
final class
class
final class
class
class
class
class
class
class
Прозрачная кнопка с изображением.class
Label и QuadActor всегда занимают всю кнопку и по центруclass
static class
class
class
class
class
Fields in com.prineside.tdi2.ui.actors declared as GroupMethods in com.prineside.tdi2.ui.actors that return Group -
Uses of Group in com.prineside.tdi2.ui.components
Subclasses of Group in com.prineside.tdi2.ui.componentsModifier and TypeClassDescriptionfinal class
class
static class
class
class
class
class
final class
final class
Fields in com.prineside.tdi2.ui.components declared as GroupModifier and TypeFieldDescriptionMainUi.customElementsContainer
BossHpBar.largeBarContainer
BossHpBar.marksGroup
BossHpBar.smallBarOneContainer
BossHpBar.smallBarTwoContainer
final Group
UpgradeSubmenu.upgradeButton
Methods in com.prineside.tdi2.ui.components that return GroupModifier and TypeMethodDescriptionDraggingItemHelper.getIconContainer()
DraggingItemHelper.show()
-
Uses of Group in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils with parameters of type GroupModifier and TypeMethodDescriptionstatic void
UiUtils.bouncyHideOverlay
(Actor overlayTable, Actor mainTable, Group container) static void
UiUtils.bouncyHideOverlayWithCallback
(Actor overlayTable, Actor mainTable, Group container, Runnable cb) static void
UiUtils.bouncyShowOverlay
(Actor overlayTable, Actor mainTable, Group container) static void
UiUtils.bouncyShowOverlayWithCallback
(Actor overlayTable, Actor mainTable, Group container, Runnable cb) static boolean