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.
8 lines
380 B
8 lines
380 B
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<UXML xmlns:ui="UnityEngine.UIElements">
|
|
<ui:VisualElement name="header" pickingMode="Ignore">
|
|
<ui:VisualElement name="icon" pickingMode="Ignore" />
|
|
<ui:Label name="title" pickingMode="Ignore" />
|
|
<ui:TextField name="titleEdit" style="display:none" pickingMode="Position" />
|
|
</ui:VisualElement>
|
|
</UXML>
|