Stratasys-450mc-VR/Assets/UI/VideoScreen.uxml
2023-11-01 10:51:29 -04:00

17 lines
2.3 KiB
Plaintext
Executable File

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/UI/MainMenuLayout.uss?fileID=7433441132597879392&amp;guid=bbb109559ea2f1c49a73c17f81427fd4&amp;type=3#MainMenuLayout" />
<ui:VisualElement name="Root" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); height: 100%; width: 100%;">
<ui:Label tabindex="-1" display-tooltip-when-elided="true" style="height: 581px;">
<ui:VisualElement name="TopArea" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); height: 80%;">
<ui:VisualElement name="VideoArea" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-width: 0; background-image: url(&apos;project://database/Assets/UI/VideoTexture.renderTexture?fileID=8400000&amp;guid=26357abaed907a140b413474e327b173&amp;type=2#VideoTexture&apos;); -unity-background-image-tint-color: rgb(255, 255, 255); -unity-slice-left: 0; -unity-slice-top: 0; -unity-slice-right: 0; -unity-slice-bottom: 0; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); border-bottom-color: rgba(0, 0, 0, 0); margin-left: 46px; margin-right: 46px; margin-top: 46px; margin-bottom: 46px; padding-left: 9px; padding-right: 9px; padding-top: 9px; padding-bottom: 9px;">
<ui:Label tabindex="-1" display-tooltip-when-elided="true" style="height: 100%; width: 100%;" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="BottomArea" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); height: 10%; flex-direction: row; justify-content: center;">
<ui:Button text="Play" display-tooltip-when-elided="true" name="PlayButton" class="Button" style="flex-direction: column; justify-content: center; max-width: 40%; align-items: auto;" />
<ui:Button text="Stop" display-tooltip-when-elided="true" name="StopButton" class="Button" style="max-width: 40%;" />
</ui:VisualElement>
</ui:Label>
</ui:VisualElement>
</ui:UXML>