Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/UXPlayer.uxml

20 lines
2.1 KiB
Plaintext

<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/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<Style src="project://database/Assets/BITKit/Unity/UX/UXPlayer.uss?fileID=7433441132597879392&amp;guid=ae56738606eb6b949a289e852f0d4818&amp;type=3#UXPlayer" />
<ui:VisualElement class="player-container" style="flex-direction: row; align-items: center; justify-content: center;">
<ui:VisualElement name="VisualElement" style="flex-direction: row; align-items: center;">
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="prev-button" class="prev" />
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="play-button" class="play-or-pause" style="background-image: url(&quot;project://database/Assets/BITKit/Unity/Art/Icons/Icon_player-play-filled.png?fileID=2800000&amp;guid=a1f9760a9770ae24aabe1a346a44d2a5&amp;type=3#Icon_player-play-filled&quot;);" />
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="next-button" class="next" />
</ui:VisualElement>
<ui:VisualElement style="flex-grow: 1; flex-direction: column-reverse; justify-content: center;">
<ui:Slider high-value="1" name="play-slider" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row; align-items: center;">
<ui:Label tabindex="-1" text="1:24" parse-escape-sequences="true" display-tooltip-when-elided="true" name="current-label" />
<ui:Label tabindex="-1" text="/" parse-escape-sequences="true" display-tooltip-when-elided="true" />
<ui:Label tabindex="-1" text="2:58" parse-escape-sequences="true" display-tooltip-when-elided="true" name="total-label" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>