HorizontalBoxSlot

Any child widget of NHorizontalBox has access to this slot's methods.

SetSize

HorizontalBoxSlot:SetSize(Value, SizeRule)
Type
Parameter
Description

Value

GetSize

— Returns table (["Value"], ["SizeRule"]).

local ret = HorizontalBoxSlot:GetSize()

HAlign

HorizontalBoxSlot:HAlign(HorizontalAlignment)
Type
Parameter
Description

HorizontalAlignment

GetHAlign

— Returns WGui.HAlign.

local ret = HorizontalBoxSlot:GetHAlign()

VAlign

HorizontalBoxSlot:VAlign(VerticalAlignment)
Type
Parameter
Description

VerticalAlignment

GetVAlign

— Returns WGui.VAlign.

local ret = HorizontalBoxSlot:GetVAlign()

Last updated