Version: 2022.1
언어: 한국어
Multiple selectors
유사 클래스

Selector lists

A selector list is a comma-separated list of selectors that share the same style rule.

구문

A selector list consists of multiple selectors separated by commas:

selector1, selector2 {...}

예제

The following two USS snippets have the same effect.

# container2 {
  background-color: pink;
  border-radius: 10px;
}

Button {
  background-color: pink;
  border-radius: 10px;
}
# container2, Button {
   background-color: pink;
     border-radius: 10px;
 }

추가 리소스

Multiple selectors
유사 클래스
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961