Files
aibis-dream/Assets/Editor/UXML/Editor Simple/SimpleCustomEditor.uxml
T
2025-07-08 15:16:31 +08:00

6 lines
468 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="False">
<ui:Label text="These controls were created in UI Builder." />
<ui:Button text="This is button1" name="button1"/>
<ui:Toggle label="Number?" name="toggle1"/>
</ui:UXML>