Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Editor/UIResources/uxml/VFXAttachPanel.uxml

15 lines
720 B
Plaintext
Raw Normal View History

2024-08-26 13:07:20 -07:00
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="container" pickingMode="Ignore">
<ui:Button name="AttachButton" text="Attach" />
<ui:VisualElement style="flex-direction:Row;margin-top:4px;" pickingMode="Ignore">
<ui:Label name="PickTitle" text="Select a target" pickingMode="Ignore" />
<ui:TextField name="PickLabel" pickingMode="Ignore">
<ui:VisualElement name="VFXIcon" />
<ui:Button name="PickButton" tooltip="Click here to pick a VFX in the scene">
<ui:VisualElement name="PickIcon" />
</ui:Button>
</ui:TextField>
</ui:VisualElement>
</ui:VisualElement>
</UXML>