Unity3D :选择器列表

推荐:将NSDT场景编辑器加入你的3D工具链
3D工具集:场景编辑器 (nsdt.cloud)

选择器列表

选择器列表是共享相同样式规则的选择器的逗号分隔列表。

语法

选择器列表由多个以逗号分隔的选择器组成:

selector1, selector2 {...}

以下两个 USS 片段具有相同的效果。

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

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

其他资源

3D建模学习工作室整理翻译,转载请注明出处!

上一篇:Unity3D :多个选择器 (mvrlink.com)

下一篇:

NSDT场景编辑器 | NSDT 数字孪生 | GLTF在线编辑器 | 3D模型在线转换 | UnrealSynth虚幻合成数据生成器 | 3D模型自动纹理化工具
2023 power by nsdt©鄂ICP备2023000829号