Adds GUI design.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
:root {
|
||||
}
|
||||
|
||||
.expandable {
|
||||
flex-grow: 1;
|
||||
white-space: normal;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe550b4c3daa62b448a38ddf615910a6
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
@@ -0,0 +1,11 @@
|
||||
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<Style src="project://database/Assets/_Client/GUI/Main.uss?fileID=7433441132597879392&guid=fe550b4c3daa62b448a38ddf615910a6&type=3#Main" />
|
||||
<ui:VisualElement name="VE_Panel" style="flex-grow: 1;">
|
||||
<ui:Button text="Iniciar sessão" name="B_Session" />
|
||||
<ui:Label text="Chat:" />
|
||||
<ui:TextField placeholder-text="Digite sua mensagem" multiline="true" name="TF_ChatInput" class="expandable" />
|
||||
<ui:Button text="Enviar mensagem" name="B_SendChat" />
|
||||
<ui:ProgressBar value="0" title="Processando... Por favor, espere..." name="PB_Progress" enabled="true" />
|
||||
<ui:TextField placeholder-text="response" multiline="true" readonly="true" name="TF_ChatOutput" class="expandable" />
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
@@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 394ce53ae03aab84c98352e044c8bed4
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
Reference in New Issue
Block a user