Class UIHorizontalGridLayout

java.lang.Object
io.github.thecsdev.tcdcommons.api.client.gui.layout.UILayout
io.github.thecsdev.tcdcommons.api.client.gui.layout.UIHorizontalGridLayout

public class UIHorizontalGridLayout extends UILayout
A UILayout that arranges a TParentElement's children in a horizontal grid-like order, where the children are placed next to one another, continuing on the next "line" once the current "line" runs out of space.