다음 표는 스타일을 지정할 수 있는 모든 클래스와 관련된 속성을 설명합니다. 시간이 지남에 따라 추가 지원이 추가될 수 있으므로 참조할 수 있도록 이 페이지를 즐겨찾기 해 두시기 바랍니다.
UI 객체
GuiObject
GuiObject는 대부분의 UI 클래스가 상속받는 추상 클래스이며, 여기에는 프레임, 레이블, 버튼 등이 포함됩니다.
GuiButton
| 속성 | 유형 |
|---|---|
| GuiButton.AutoButtonColor | boolean |
TextLabel
TextButton
ImageLabel
ImageButton
TextBox
| 속성 | 유형 |
|---|---|
| TextBox.ClearTextOnFocus | boolean |
| TextBox.MultiLine | boolean |
| TextBox.PlaceholderColor3 | Color3 |
| TextBox.PlaceholderText | string |
| TextBox.ShowNativeInput | string |
| TextBox.TextEditable | boolean |
ScrollingFrame
ViewportFrame
| 속성 | 유형 |
|---|---|
| ViewportFrame.Ambient | Color3 |
| ViewportFrame.ImageColor3 | Color3 |
| ViewportFrame.ImageTransparency | float |
| ViewportFrame.LightColor | Color3 |
| ViewportFrame.LightDirection | Vector3 |
Path2D
| 속성 | 유형 |
|---|---|
| Path2D.Closed | boolean |
| Path2D.Color3 | Color3 |
| Path2D.Thickness | float |
| Path2D.Visible | boolean |
| Path2D.ZIndex | integer |
CanvasGroup
외형 수정자
UICorner
| 속성 | 유형 |
|---|---|
| UICorner.CornerRadius | UDim |
| UICorner.BottomLeftRadius | UDim |
| UICorner.BottomRightRadius | UDim |
| UICorner.TopLeftRadius | UDim |
| UICorner.TopRightRadius | UDim |
UIGradient
| 속성 | 유형 |
|---|---|
| UIGradient.Color | ColorSequence |
| UIGradient.Enabled | boolean |
| UIGradient.Offset | Vector2 |
| UIGradient.Rotation | float |
| UIGradient.Transparency | NumberSequence |
UIPadding
| 속성 | 유형 |
|---|---|
| UIPadding.PaddingBottom | UDim |
| UIPadding.PaddingLeft | UDim |
| UIPadding.PaddingRight | UDim |
| UIPadding.PaddingTop | UDim |
UIShadow
| 속성 | 유형 |
|---|---|
| UIShadow.BlurRadius | UDim |
| UIShadow.Color | Color3 |
| UIShadow.Offset | UDim2 |
| UIShadow.Spread | UDim2 |
| UIShadow.Transparency | float |
| UIShadow.ZIndex | integer |
UIStroke
| 속성 | 유형 |
|---|---|
| UIStroke.ApplyStrokeMode | Enum.ApplyStrokeMode |
| UIStroke.Color | Color3 |
| UIStroke.Enabled | boolean |
| UIStroke.LineJoinMode | Enum.LineJoinMode |
| UIStroke.Thickness | float |
| UIStroke.Transparency | float |
레이아웃 구조
UIListLayout
UIGridStyleLayout
UIGridLayout
| 속성 | 유형 |
|---|---|
| UIGridLayout.CellPadding | UDim2 |
| UIGridLayout.CellSize | UDim2 |
| UIGridLayout.FillDirectionMaxCells | integer |
| UIGridLayout.StartCorner | Enum.StartCorner |
UIPageLayout
크기 수정자 및 제약 조건
UIAspectRatioConstraint
| 속성 | 유형 |
|---|---|
| UIAspectRatioConstraint.AspectRatio | float |
| UIAspectRatioConstraint.AspectType | Enum.AspectType |
| UIAspectRatioConstraint.DominantAxis | Enum.DominantAxis |
UISizeConstraint
UITextSizeConstraint
| 속성 | 유형 |
|---|---|
| UITextSizeConstraint.MaxTextSize | integer |
| UITextSizeConstraint.MinTextSize | integer |
UIScale
| 속성 | 유형 |
|---|---|
| UIScale.Scale | float |
UIFlexItem
| 속성 | 유형 |
|---|---|
| UIFlexItem.FlexMode | Enum.UIFlexMode |
| UIFlexItem.GrowRatio | float |
| UIFlexItem.ItemLineAlignment | Enum.ItemLineAlignment |
| UIFlexItem.ShrinkRatio | float |
StyleQuery
StyleQuery를 사용하면 스타일이 쿼리의 부모 인스턴스에 적용되는 시점을 제어하는 조건부 브레이크포인트(컨테이너/미디어 쿼리와 같은)를 정의할 수 있습니다.