mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-17 13:20:20 +00:00
8 lines
792 B
Plaintext
8 lines
792 B
Plaintext
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||
|
|
<uie:Toolbar name="Toolbar" style="display: flex;">
|
||
|
|
<uie:ToolbarButton text="Sample" display-tooltip-when-elided="true" name="SampleButton" style="width: 70px; background-color: rgb(20, 134, 171); -unity-text-align: middle-center;" />
|
||
|
|
<uie:ToolbarMenu display-tooltip-when-elided="true" name="ShowModeMenu" text="ShowMode" style="width: 100px; flex-grow: 0;" />
|
||
|
|
<uie:ToolbarSearchField focusable="true" name="rSearchField" style="flex-grow: 1;" />
|
||
|
|
</uie:Toolbar>
|
||
|
|
</ui:UXML>
|