blob: b9a2a8e54f45f8782e23dd2626ce8e3b20df2628 (
plain)
1
2
3
4
5
6
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<ui:VisualElement style="flex-direction: row; margin-top: 1px; margin-bottom: 1px;">
<ui:Label name="PropertyLabel" class="property-label" />
<ui:Label name="TypeLabel" class="type-label" />
</ui:VisualElement>
</ui:UXML>
|