WuhuIslandTesting/Library/PackageCache/com.stresslevelzero.marrow.sdk@1.2.0/Editor/Circuits/AddCircuit.uxml
2025-01-07 02:06:59 +01:00

16 lines
1.7 KiB
Text

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Packages/com.stresslevelzero.marrow.sdk/Editor/Assets/EditorStyleSheets/MarrowStyles.uss?fileID=7433441132597879392&amp;guid=7ebe2475af85eae4ca7aeb90fab90275&amp;type=3#MarrowStyles" />
<ui:VisualElement name="rootContainer">
<ui:Foldout text="Usage Info" name="usageInfo" value="false">
<ui:Label display-tooltip-when-elided="true" text="The Add Node sums the values of the listed Input circuits and outputs the total.&lt;br&gt;&lt;br&gt;This node can be used as the Input circuit for a target node, circuit or actuator and the total sum input will be supplied to the target. The target&apos;s threshold values should be adjsuted for the appropriate total input." name="AddCircuitInfo" style="white-space: normal; font-size: 12px;" />
<ui:Button text="MarrowSDK Documentation - Add Node" display-tooltip-when-elided="true" name="marrowDocsButton" binding-path="marrowDocsButton" tooltip="Open the MarrowSDK Documentation in the default web browser." style="margin-top: 10px; width: auto; align-items: auto; justify-content: flex-start;" />
</ui:Foldout>
<ui:VisualElement name="validationFeedback" style="visibility: visible; display: flex; margin-bottom: 0;">
<ui:IMGUIContainer name="imguiValidationContainer" style="margin-bottom: 10px;" />
</ui:VisualElement>
<ui:VisualElement name="fieldsContainer" />
<ui:VisualElement name="imguiInspectorContainer" style="display: flex;">
<ui:IMGUIContainer name="imguiInspector" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>