11 lines
465 B
Plaintext
11 lines
465 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<engine:UXML
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xmlns:engine="UnityEngine.UIElements"
|
||
|
xmlns:editor="UnityEditor.UIElements"
|
||
|
xsi:noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd"
|
||
|
>
|
||
|
<engine:Label text="FontAwesome Settings" class="box" />
|
||
|
<editor:BindableListView binding-path="_iconJson" />
|
||
|
<editor:BindableListView binding-path="_iconFont" />
|
||
|
</engine:UXML>
|