12 lines
596 B
XML
12 lines
596 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<engine:UXML
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:engine="UnityEngine.UIElements"
|
|
xmlns:editor="UnityEditor.UIElements"
|
|
xsi:noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd"
|
|
>
|
|
<Style src="project://database/Assets/UI%20Toolkit/EditorWindow/TestEditorWindow.uss?fileID=7433441132597879392&guid=e4abceb9650918a419c073e86d8fc3d6&type=3#TestEditorWindow" />
|
|
<engine:Label text="Hello World! From UXML" />
|
|
<engine:Label class="custom-label" text="Hello World! With Style" />
|
|
|
|
</engine:UXML> |