Files
3D-FPS/3D FPS/Library/PackageCache/com.unity.collab-proxy@2.6.0/Editor/Assets/Layouts/WaitingSignInPanel.uxml
2024-12-07 20:55:50 +01:00

10 lines
426 B
Plaintext

<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Label name="signInToPlasticSCM" class="title" />
<Label name="completeSignInOnBrowser" />
<VisualElement name="wait" class="flex-container row">
<VisualElement name="progressContainer" class="row" />
<Button name="cancelButton"></Button>
</VisualElement>
</VisualElement>
</UXML>