BehaviorTree / Editor / GraphElements / BTNodeElement.uxml
BTNodeElement.uxml
Raw
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
    <Style src="project://database/Assets/AI/BehaviorTree/Editor/GraphElements/BTNodeElement.uss?fileID=7433441132597879392&amp;guid=211c1255831c2de45be1d8d79e0137da&amp;type=3#BTNodeElement" />
    <ui:VisualElement name="node-border">
        <ui:VisualElement name="contents" picking-mode="Ignore">
            <ui:VisualElement name="top" picking-mode="Ignore">
                <ui:VisualElement name="input" />
                <ui:VisualElement name="divider" class="vertical divider" />
                <ui:VisualElement name="title" style="flex-direction: row;">
                    <ui:VisualElement name="icon" />
                    <ui:Label name="title-label" binding-path="DisplayName" class="unity-text-element unity-label" />
                </ui:VisualElement>
                <ui:Label tabindex="-1" text="Label" display-tooltip-when-elided="true" name="description" class="description" />
                <ui:VisualElement name="divider" class="vertical divider" />
                <ui:VisualElement name="output" />
            </ui:VisualElement>
        </ui:VisualElement>
    </ui:VisualElement>
    <ui:VisualElement name="node-state" picking-mode="Ignore" />
    <ui:VisualElement name="selection-border" picking-mode="Ignore" />
    <ui:VisualElement name="BreakPointIcon" picking-mode="Ignore" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); position: absolute; left: -25px; top: -25px; right: auto; width: 50px; height: 50px; background-image: url(&apos;project://database/Assets/UnityDefaultRuntimeTheme.tss?fileID=8228938214290033325&amp;guid=1058bed7c15bdc44ca0a6683f8fc2398&amp;type=3#console.erroricon&apos;); visibility: hidden;" />
</ui:UXML>