|
1 |
| -<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False"> |
2 |
| - <ui:VisualElement> |
3 |
| - <ui:TextField picking-mode="Ignore" label="Runtime Output Path" value="Assets/Plugins/EcsactRuntime" text="Assets/Plugins/EcsactRuntime" multiline="false" binding-path="runtimeBuilderOutputPath" /> |
4 |
| - <ui:VisualElement tooltip="Generated runtime dynamic library for Windows" style="flex-direction: row;"> |
5 |
| - <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
6 |
| - <ui:Label text=".dll" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
7 |
| - </ui:VisualElement> |
8 |
| - <ui:VisualElement tooltip="Generated runtime dynamic library for macOS" style="flex-direction: row;"> |
9 |
| - <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
10 |
| - <ui:Label text=".dylib" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
11 |
| - </ui:VisualElement> |
12 |
| - <ui:VisualElement tooltip="Generated runtime dynamic library for Linux" style="flex-direction: row;"> |
13 |
| - <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
14 |
| - <ui:Label text=".so" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
15 |
| - </ui:VisualElement> |
16 |
| - <ui:VisualElement tooltip="Generated runtime dynamic library for WebAssembly platforms" style="flex-direction: row;"> |
17 |
| - <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
18 |
| - <ui:Label text=".wasm" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
19 |
| - </ui:VisualElement> |
20 |
| - <ui:Toggle label="Debug" binding-path="runtimeBuilderDebugBuild" /> |
21 |
| - <ui:Toggle label="Log Stderr" binding-path="runtimeBuilderPrintSubcommandStderr" /> |
22 |
| - <ui:Toggle label="Log Stdout" binding-path="runtimeBuilderPrintSubcommandStdout" /> |
23 |
| - <ui:TextField picking-mode="Ignore" label="Compiler Path" multiline="false" binding-path="runtimeBuilderCompilerPath" /> |
24 |
| - <ui:DropdownField label="Recipes" index="0" name="Recipes" binding-path="recipePath" /> |
25 |
| - <ui:TextField picking-mode="Ignore" label="Temp Directory" multiline="false" binding-path="runtimeBuilderTempDirectory" /> |
26 |
| - </ui:VisualElement> |
27 |
| -</ui:UXML> |
| 1 | +<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False"> |
| 2 | + <ui:VisualElement> |
| 3 | + <ui:TextField picking-mode="Ignore" label="Runtime Output Path" value="Assets/Plugins/EcsactRuntime" text="Assets/Plugins/EcsactRuntime" multiline="false" binding-path="runtimeBuilderOutputPath" /> |
| 4 | + <ui:VisualElement tooltip="Generated runtime dynamic library for Windows" style="flex-direction: row;"> |
| 5 | + <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
| 6 | + <ui:Label text=".dll" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
| 7 | + </ui:VisualElement> |
| 8 | + <ui:VisualElement tooltip="Generated runtime dynamic library for macOS" style="flex-direction: row;"> |
| 9 | + <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
| 10 | + <ui:Label text=".dylib" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
| 11 | + </ui:VisualElement> |
| 12 | + <ui:VisualElement tooltip="Generated runtime dynamic library for Linux" style="flex-direction: row;"> |
| 13 | + <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
| 14 | + <ui:Label text=".so" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
| 15 | + </ui:VisualElement> |
| 16 | + <ui:VisualElement tooltip="Generated runtime dynamic library for WebAssembly platforms" style="flex-direction: row;"> |
| 17 | + <ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> |
| 18 | + <ui:Label text=".wasm" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> |
| 19 | + </ui:VisualElement> |
| 20 | + <ui:Toggle label="Debug" binding-path="runtimeBuilderDebugBuild" /> |
| 21 | + <ui:Toggle label="Log Stderr" binding-path="runtimeBuilderPrintSubcommandStderr" /> |
| 22 | + <ui:Toggle label="Log Stdout" binding-path="runtimeBuilderPrintSubcommandStdout" /> |
| 23 | + <ui:TextField picking-mode="Ignore" label="Compiler Path" multiline="false" binding-path="runtimeBuilderCompilerPath" /> |
| 24 | + <ui:ListView focusable="true" header-title="Recipes" show-border="true" show-foldout-header="true" name="Recipes" /> |
| 25 | + <ui:TextField picking-mode="Ignore" label="Temp Directory" multiline="false" binding-path="runtimeBuilderTempDirectory" /> |
| 26 | + </ui:VisualElement> |
| 27 | +</ui:UXML> |
0 commit comments