canto/Assets/UI/Test/Resources/UserProfileItem.uxml
2025-08-06 12:51:11 -04:00

6 lines
308 B
Text

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements" editor:extensible-by-uxml="false">
<ui:VisualElement name="user-profile-item">
<ui:Label name="user-name" text="User Name" />
<ui:Label name="user-status" text="Online" />
</ui:VisualElement>
</ui:UXML>