RowLayout
class RowLayout(var position: <Error class: unknown class><Float> = Vec2.nullVector(), alignment: VerticalAlignment = VerticalAlignment.Center, spacing: Float = 0.0f) : BaseHudLayout
A layout arranging its elements in a row.
Each subsequent element is displayed on the right of the previous one.
Constructors
Link copied to clipboard
constructor(position: <Error class: unknown class><Float> = Vec2.nullVector(), alignment: VerticalAlignment = VerticalAlignment.Center, spacing: Float = 0.0f)
Functions
Link copied to clipboard
Adds given element to this layout.
Link copied to clipboard
Adds given input events listener to this element.
Link copied to clipboard
Link copied to clipboard
Arranges this layout's elements in a row.
Link copied to clipboard
Removes given element from this layout.
Link copied to clipboard
Removes an element at the given index from this layout.
Link copied to clipboard
Removes given input events listener from this element.