6 lines
464 B
Plaintext
6 lines
464 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 with UXML." />
|
|
<ui:Button text="This is button2" name="button2"/>
|
|
<ui:Toggle label="Number?" name="toggle2"/>
|
|
</ui:UXML>
|