33 lines
2.1 KiB
Plaintext
33 lines
2.1 KiB
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
|
|
<!-- スタイルシートを読み込みます -->
|
|
<ui:Style src="UXImporterToUITK.uss" />
|
|
|
|
<!-- ヘッダー部分 -->
|
|
<ui:VisualElement name="header" class="header">
|
|
<ui:Label text="UX Importer for Unity UI Toolkit" class="title" />
|
|
<uie:ToolbarMenu name="language-menu" />
|
|
</ui:VisualElement>
|
|
|
|
<!-- メインコンテンツ -->
|
|
<ui:ScrollView>
|
|
<ui:Label name="inputSettingsLabel" text="Input Settings" style="-unity-font-style: bold;" />
|
|
<ui:VisualElement style="height: 5px; border-bottom-width: 1px; border-bottom-color: #555;" />
|
|
<uie:ObjectField name="jsonAssetField" class="label-fixed-width" />
|
|
<ui:VisualElement style="height: 10px;" />
|
|
<ui:Label name="outputSettingsLabel" text="Output Settings" style="-unity-font-style: bold;" />
|
|
<ui:VisualElement style="height: 5px; border-bottom-width: 1px; border-bottom-color: #555;" />
|
|
<uie:ObjectField name="outputDirectoryField" class="label-fixed-width" />
|
|
<uie:ObjectField name="figmaUIRootField" class="label-fixed-width" />
|
|
<ui:VisualElement style="height: 10px;" />
|
|
<ui:Label name="referenceSettingsLabel" text="Reference Settings" style="-unity-font-style: bold;" />
|
|
<ui:VisualElement style="height: 5px; border-bottom-width: 1px; border-bottom-color: #555;" />
|
|
<uie:ObjectField name="outputLocalizationField" class="label-fixed-width" />
|
|
<ui:VisualElement style="height: 10px;" />
|
|
<ui:Label name="fontSettingsLabel" text="Font Settings" style="-unity-font-style: bold;" />
|
|
<ui:VisualElement style="height: 5px; border-bottom-width: 1px; border-bottom-color: #555;" />
|
|
<uie:ObjectField name="defaultFontField" label="Default Font" class="label-fixed-width" />
|
|
<ui:VisualElement style="height: 10px;" />
|
|
<ui:Button text="Load Json and Export" name="exportButton" id="exportButton" />
|
|
<ui:Button name="cancelImportButton" id="cancelImportButton" />
|
|
</ui:ScrollView>
|
|
</ui:UXML> |