UIPageLayout
A layout class that affects the positioning of gui objects.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UIPageLayout" |
Enabled | boolean | true |
Animated | boolean | true |
Circular | boolean | false |
EasingDirection | number | 1 |
EasingStyle | number | 1 |
FillDirection | EnumItem | Enum.FillDirection.Horizontal |
GamepadInputEnabled | boolean | true |
HorizontalAlignment | number | 1 |
Padding | UDim | UDim.new(0, 0) |
ScrollWheelInputEnabled | boolean | true |
SortOrder | EnumItem | Enum.SortOrder.LayoutOrder |
TouchInputEnabled | boolean | true |
TweenTime | number | 1 |
VerticalAlignment | number | 1 |
CurrentPage | number | 1 |
Functions
render
Arguments
surface, objectReturns
This function returns nothing.
API
instance:render(surface, object)