Layouts
Last updated
Last updated
Layouts are collections of elements (positioned assets) that are displayed together.
An element is a positioned asset on a layout.
Whether the layer should align on the right, left, or center. The default alignment is right.
Alignment Types |
---|
If you would like to move a element around by pixels you would set the offset. Offset works through pixel perfect adjustments.
The position of an element depends on the ScreenSize of the player. It works by percents so 50 = 50%
. If you set x = 50
and y = 50
the element would be in the center of the screen. The percentages are precise to a single decimal space.
Right
Left
Center