MapLocationNameDisplay.uxml 364 B

12345
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
  2. <ui:VisualElement name="map-container" picking-mode="Ignore" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: visible;">
  3. <!-- Location name labels will be added programmatically -->
  4. </ui:VisualElement>
  5. </ui:UXML>