赞
踩
该文章使用的Unity版本为2020.1.7f1c1
使用的package版本为UIBuilder:1.0.0-preview7,UI:1.0.0
有关如何安装的内容可以参考我前一篇文章:如何安装package
在本文中将记录如何自定义VisualElement组件,然后在UIBuilder中进行使用
1.使用UIBuilder制作一个简单的UI如下图所示
如果有需要,例子的uxml代码在下方,可参考
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<ui:VisualElement>
<ui:VisualElement name="ui-status-container">
<ui:VisualElement name="ui-border" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; width: auto; height: auto; background-color: rgba(255, 255, 255, 0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。