6 lines
671 B
Plaintext
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 And also another line Yet another again and again whatever again" name="Answer" class="faq-entry_content" style="flex-grow: 1;" />
|
|
</engine:Foldout>
|
|
</engine:UXML>
|