VR4Medical/ICI/Library/PackageCache/com.unity.learn.iet-framework@4bd5247958fc/Editor/UI/FaqEntry.uxml
2025-07-29 13:45:50 +03:00

6 lines
671 B
Plaintext

<engine:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:engine="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<engine:Foldout text="This is the question?" name="Entry" enabled="true" value="false" class="faq-entry" style="flex-shrink: 0; flex-grow: 1;">
<engine:Label text="This is the answer to that question&#10;&#10;And also another line&#10;&#10;Yet another&#10;&#10;again &#10;&#10;and again&#10;&#10;whatever again" name="Answer" class="faq-entry_content" style="flex-grow: 1;" />
</engine:Foldout>
</engine:UXML>