init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="project://database/Assets/TheVVaS/RPGCoreCommon/DropTable/Editor/DropTableGroupRow.uss?fileID=7433441132597879392&guid=a4b26fa3a17d7914bb564222d2d3c1b4&type=3#DropTableGroupRow" />
|
||||
<ui:VisualElement name="dt-row">
|
||||
<ui:VisualElement name="dt-percent-background">
|
||||
<ui:Label text="12.34%" name="dt-percent" picking-mode="Ignore" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="dt-right">
|
||||
<ui:VisualElement name="dt-header">
|
||||
<ui:FloatField value="42.2" name="dt-chance" label="{chance}:" />
|
||||
<ui:IntegerField value="42" name="dt-count" label="Count:" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="dt-body">
|
||||
<uie:ObjectField name="dt-item" allow-scene-objects="false" label="Item:" />
|
||||
<uie:ObjectField name="dt-group-reference" allow-scene-objects="false" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="dt-drop-here" class="drop-area" style="display: none;">
|
||||
<ui:Label text="Drop <b>Asset</b> or <b>DropTableSO</b> here<br>" />
|
||||
<ui:Label text="Or <u>Click Here</u> to create inline" name="dt-new-inline" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
Reference in New Issue
Block a user