You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
571 B
12 lines
571 B
<?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/Usage/TestGraphEditor.uss?fileID=7433441132597879392&guid=867e511d719e0f14e871be51fb547391&type=3#TestGraphEditor" />
|
|
<engine:Label text="Hello World! From UXML" />
|
|
<engine:Label class="custom-label" text="Hello World! With Style" />
|
|
|
|
</engine:UXML> |