11 lines
1.0 KiB
Plaintext
11 lines
1.0 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&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
<ui:VisualElement class="root" style="background-color: rgba(0, 0, 0, 0.92);" />
|
|
<ui:VisualElement class="flex-center">
|
|
<ui:DropdownField label="分辨率" index="-1" choices="System.Collections.Generic.List`1[System.String]" name="resolution-dropdown" />
|
|
<ui:Slider picking-mode="Ignore" label="灵敏度" value="42" high-value="100" name="sensitivity-slider" />
|
|
<ui:Toggle label="切换全屏" name="fullscreen-toggle" />
|
|
<ui:Button text="返回" parse-escape-sequences="true" display-tooltip-when-elided="true" name="return-button" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|