StatusBar.uxml 300 B

12345678910
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement name="UpdateNotificationContainer" class="row">
  3. <Image name="UpdateNotificationImage" />
  4. <Label name="UpdateNotificationLabel" />
  5. </VisualElement>
  6. <Button name="UpdateButton" />
  7. <Label name="BranchLabel" class="grow" />
  8. </UXML>