当前位置:   article > 正文

Unity UIToolkit 自定义VisualElement组件_unity visual element

unity visual element

该文章使用的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
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/808853
推荐阅读
相关标签
  

闽ICP备14008679号