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

20 lines
1.8 KiB
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 picking-mode="Ignore" style="flex-grow: 1; color: rgb(255, 255, 255); padding-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; background-color: rgba(0, 0, 0, 0.75);">
<engine:Label text="UI Toolkit Controls" style="-unity-text-align: upper-center; font-size: 24px;" />
<engine:Slider value="42" high-value="100" fill="true" />
<engine:VisualElement name="Spacer" style="flex-grow: 0; height: 10px;" />
<engine:DropdownField choices="Option A,Option B,Option C" index="0" />
<engine:Label text="Buttons" style="-unity-text-align: upper-center;" />
<engine:VisualElement style="flex-grow: 0; flex-direction: row;">
<engine:Button text="Button" />
<engine:Button icon-image="project://database/Assets/Samples/XR%20Interaction%20Toolkit/3.2.0-pre.1/Starter%20Assets/DemoSceneAssets/Sprites/Asset.png?fileID=2800000&amp;guid=17d565bb4a7744b41b7e4dc7e3a09e35&amp;type=3#Asset" />
</engine:VisualElement>
<engine:Label text="Toggles" style="-unity-text-align: upper-center;" />
<engine:VisualElement style="flex-grow: 0; flex-direction: row;">
<engine:Toggle text="Text Toggle" style="color: rgb(255, 255, 255);" />
<engine:Toggle value="false" class="IconToggle" />
</engine:VisualElement>
</engine:VisualElement>
</engine:UXML>