CanvasPanelSlot


SetPos

CanvasPanelSlot.SetPos(Widget, Position)
TypeParameterDescription

Widget

Position


GetPos

β€” Returns Vector2D.

local ret = CanvasPanelSlot.GetPos(Widget)
TypeParameterDescription

Widget


SetSize

CanvasPanelSlot.SetSize(Widget, Size)
TypeParameterDescription

Widget

Size


GetSize

β€” Returns Vector2D.

local ret = CanvasPanelSlot.GetSize(Widget)
TypeParameterDescription

Widget


SetAlignment

CanvasPanelSlot.SetAlignment(Widget, Alignment)
TypeParameterDescription

Widget

Alignment


GetAlignment

β€” Returns Vector2D.

local ret = CanvasPanelSlot.GetAlignment(Widget)
TypeParameterDescription

Widget


SetAnchor

CanvasPanelSlot.SetAnchor(Widget, Anchor)
TypeParameterDescription

Widget

Anchor


GetAnchor

β€” Returns Anchor.

local ret = CanvasPanelSlot.GetAnchor(Widget)
TypeParameterDescription

Widget


SetZPosition

CanvasPanelSlot.SetZPosition(Widget, ZPosition)
TypeParameterDescription

Widget

ZPosition


GetZPosition

β€” Returns integer

local ret = CanvasPanelSlot.GetZPosition(Widget)
TypeParameterDescription

Widget

SizeToContent

CanvasPanelSlot.SizeToContent(Widget)
TypeParameterDescription

Widget


SizeWithinBounds

CanvasPanelSlot.SizeWithinBounds(Widget)
TypeParameterDescription

Widget

Last updated