Version: 2021.3
言語: 日本語
USS properties data types
USS properties syntax

USS properties reference

The following table lists the USS properties in UI Toolkit.

The table indicates which properties are inherited and their animatability. For an inherited property, the element gets the value from its parent element if you don’t specify a value for it. The following example uses an inherited property to set the font for all elements.

:root {
    -unity-font: resource("Font/consola.ttf");
}

Click the property name to see detailed information about that property.

Note: The usage of a USS property that’s the same as the CSS property links to the Mozilla developer documentation.

プロパティ Inherited Animatability 説明
align-content なし Discrete Alignment of the whole area of children on the cross axis if they span over multiple lines in this container.
align-items なし Discrete Alignment of children on the cross axis of this container.
align-self なし Discrete Similar to align-items, but only for this specific element.
all なし Fully animatable Allows resetting all properties with the initial keyword. Does not apply to custom USS properties.
background-color なし Fully animatable Background color to paint in the element’s box.
background-image なし Discrete Background image to paint in the element’s box.
border-bottom-color なし Fully animatable Color of the element’s bottom border.
border-bottom-left-radius なし Fully animatable The radius of the bottom-left corner when a rounded rectangle is drawn in the element’s box.
border-bottom-right-radius なし Fully animatable The radius of the bottom-right corner when a rounded rectangle is drawn in the element’s box.
border-bottom-width なし Fully animatable Space reserved for the bottom edge of the border during the layout phase.
border-color なし Fully animatable Shorthand for border-top-color, border-right-color, border-bottom-color, border-left-color
border-left-color なし Fully animatable Color of the element’s left border.
border-left-width なし Fully animatable Space reserved for the left edge of the border during the layout phase.
border-radius なし Fully animatable Shorthand for border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius
border-right-color なし Fully animatable Color of the element’s right border.
border-right-width なし Fully animatable Space reserved for the right edge of the border during the layout phase.
border-top-color なし Fully animatable Color of the element’s top border.
border-top-left-radius なし Fully animatable The radius of the top-left corner when a rounded rectangle is drawn in the element’s box.
border-top-right-radius なし Fully animatable The radius of the top-right corner when a rounded rectangle is drawn in the element’s box.
border-top-width なし Fully animatable Space reserved for the top edge of the border during the layout phase.
border-width なし Fully animatable Shorthand for border-top-width, border-right-width, border-bottom-width, border-left-width
bottom なし Fully animatable Bottom distance from the element’s box during layout.
color あり Fully animatable Color to use when drawing the text of an element.
cursor なし Non-animatable Mouse cursor to display when the mouse pointer is over an element.
display なし Discrete Defines how an element is displayed in the layout.
flex なし Fully animatable Shorthand for flex-grow, flex-shrink, flex-basis
flex-basis なし Fully animatable Initial main size of a flex item, on the main flex axis. The final layout might be smaller or larger, according to the flex shrinking and growing determined by the other flex properties.
flex-direction なし Discrete Direction of the main axis to layout children in a container.
flex-grow なし Fully animatable Specifies how the item will shrink relative to the rest of the flexible items inside the same container.
flex-shrink なし Fully animatable Specifies how the item will shrink relative to the rest of the flexible items inside the same container.
flex-wrap なし Discrete Placement of children over multiple lines if not enough space is available in this container.
font-size あり Fully animatable Font size to draw the element’s text.
height なし Fully animatable Fixed height of an element for the layout.
justify-content なし Discrete Justification of children on the main axis of this container.
left なし Fully animatable Left distance from the element’s box during layout.
letter-spacing あり Fully animatable Increases or decreases the space between characters.
margin なし Fully animatable Shorthand for margin-top, margin-right, margin-bottom, margin-left
margin-bottom なし Fully animatable Space reserved for the bottom edge of the margin during the layout phase.
margin-left なし Fully animatable Space reserved for the left edge of the margin during the layout phase.
margin-right なし Fully animatable Space reserved for the right edge of the margin during the layout phase.
margin-top なし Fully animatable Space reserved for the top edge of the margin during the layout phase.
max-height なし Fully animatable Maximum height for an element, when it is flexible or measures its own size.
max-width なし Fully animatable Maximum width for an element, when it is flexible or measures its own size.
min-height なし Fully animatable Minimum height for an element, when it is flexible or measures its own size.
min-width なし Fully animatable Minimum width for an element, when it is flexible or measures its own size.
opacity なし Fully animatable Specifies the transparency of an element and of its children.
overflow なし Discrete How a container behaves if its content overflows its own box.
padding なし Fully animatable Shorthand for padding-top, padding-right, padding-bottom, padding-left
padding-bottom なし Fully animatable Space reserved for the bottom edge of the padding during the layout phase.
padding-left なし Fully animatable Space reserved for the left edge of the padding during the layout phase.
padding-right なし Fully animatable Space reserved for the right edge of the padding during the layout phase.
padding-top なし Fully animatable Space reserved for the top edge of the padding during the layout phase.
position なし Discrete Element’s positioning in its parent container.
right なし Fully animatable Right distance from the element’s box during layout.
rotate なし Fully animatable A rotation transformation.
scale なし Fully animatable A scaling transformation.
text-overflow なし Discrete The element’s text overflow mode.
text-shadow あり Fully animatable Drop shadow of the text.
top なし Fully animatable Top distance from the element’s box during layout.
transform-origin なし Fully animatable The transformation origin is the point around which a transformation is applied.
transition なし Non-animatable Shorthand for transition-delay, transition-duration, transition-property, transition-timing-function
transition-delay なし Non-animatable Duration to wait before starting a property’s transition effect when its value changes.
transition-duration なし Non-animatable Time a transition animation should take to complete.
transition-property なし Non-animatable Properties to which a transition effect should be applied.
transition-timing-function なし Non-animatable Determines how intermediate values are calculated for properties modified by a transition effect.
translate なし Fully animatable A translate transformation.
-unity-background-image-tint-color なし Fully animatable Tinting color for the element’s backgroundImage.
-unity-background-scale-mode なし Discrete Background image scaling in the element’s box.
-unity-font あり Discrete Font to draw the element’s text, defined as a Font object.
-unity-font-definition あり Discrete Font to draw the element’s text, defined as a FontDefinition structure. It takes precedence over -unity-font.
-unity-font-style あり Discrete Font style and weight (normal, bold, italic) to draw the element’s text.
-unity-overflow-clip-box なし Discrete Specifies which box the element content is clipped against.
-unity-paragraph-spacing あり Fully animatable Increases or decreases the space between paragraphs.
-unity-slice-bottom なし Fully animatable Size of the 9-slice’s bottom edge when painting an element’s background image.
-unity-slice-left なし Fully animatable Size of the 9-slice’s left edge when painting an element’s background image.
-unity-slice-right なし Fully animatable Size of the 9-slice’s right edge when painting an element’s background image.
-unity-slice-scale なし Fully animatable Scale applied to an element’s slices.
-unity-slice-top なし Fully animatable Size of the 9-slice’s top edge when painting an element’s background image.
-unity-text-align あり Discrete Horizontal and vertical text alignment in the element’s box.
-unity-text-outline なし Fully animatable Outline width and color of the text.
-unity-text-outline-color あり Fully animatable Outline color of the text.
-unity-text-outline-width あり Fully animatable Outline width of the text.
-unity-text-overflow-position なし Discrete The element’s text overflow position.
visibility あり Discrete Specifies whether or not an element is visible.
white-space あり Discrete Word wrapping over multiple lines if not enough space is available to draw the text of an element.
width なし Fully animatable Fixed width of an element for the layout.
word-spacing あり Fully animatable Increases or decreases the space between words.
USS properties data types
USS properties syntax
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961