VR4Medical/ICI/Library/PackageCache/com.unity.xr.interaction.toolkit@76258c00be3e/Samples~/World Space UI/UI Toolkit Documents/XRIModalButtonDocument.uxml
2025-08-20 11:12:05 +03:00

9 lines
917 B
Plaintext

<engine:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:engine="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/XR-UIToolkit-Sample/XRI%20Sample/Styles/XRIStyleSheet.uss?fileID=7433441132597879392&amp;guid=3245a7d03283da54db4385c49204e816&amp;type=3#XRIStyleSheet" />
<engine:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.75); color: rgb(255, 255, 255); padding-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px;">
<engine:Label text="Button with Event" style="font-size: 24px; -unity-text-align: upper-center;" />
<engine:Button text="Button" />
<engine:Label text="Button clicked at:" name="DebugLabel" style="font-size: 18px;" />
</engine:VisualElement>
</engine:UXML>