WidgetAnchorType

Anchor 의 νƒ€μž…μ΄μ—μš”.

Enums

이름

μ„€λͺ…

None

μ•„λ¬΄λŸ° νƒ€μž…μ΄ μ—†μ–΄μš”.

LeftTop

μ™Όμͺ½ μœ„ Anchor μ—μš”.

Top

쀑앙 μœ„ Anchor μ—μš”.

RightTop

였λ₯Έμͺ½ μœ„ Anchor μ—μš”.

Left

μ™Όμͺ½ 쀑앙 Anchor μ—μš”.

Center

쀑앙 Anchor μ—μš”.

Right

였λ₯Έμͺ½ 쀑앙 Anchor μ—μš”.

LeftBottom

μ™Όμͺ½ μ•„λž˜ Anchor μ—μš”.

Bottom

쀑앙 μ•„λž˜ Anchor μ—μš”.

RightBottom

였λ₯Έμͺ½ μ•„λž˜ Anchor μ—μš”.

-- μƒ˜ν”Œ --

local Frame = Workspace.ScreenUI.Frame
Frame.Anchor = Enum.WidgetAnchorType.LeftTop

Last updated