This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<UXML xmlns="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
<VisualElement class="top-bar__container row">
<VisualElement class="top-bar__back row">
<collab:IconButton class="top-bar__back-button btn-back" />
<TextElement class="top-bar__back-text" />
</VisualElement>
<VisualElement class="top-bar__icon" />
<TextElement class="top-bar__branch-info grow" />
<collab:IconButton class="top-bar__overflow-button btn-overflow" />
</VisualElement>
</UXML>