<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="False">
    <engine:VisualElement>
        <engine:VisualElement name="BackgroundTop" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.54); -unity-text-outline-color: rgb(24, 24, 24); -unity-text-outline-width: 0; border-bottom-color: rgba(0, 0, 0, 0); letter-spacing: 0; border-top-width: 0; border-right-width: 0; border-bottom-width: 10px; border-left-width: 0; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); text-overflow: ellipsis; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; margin-bottom: 5px;">
            <engine:Label text="Basis Scene" name="Basis" selectable="false" style="-unity-font-style: bold; font-size: 70px; -unity-text-align: upper-center; background-color: rgba(255, 255, 255, 0); color: rgb(239, 40, 90); -unity-text-outline-width: 0; flex-direction: row; align-items: auto;"/>
        </engine:VisualElement>
        <engine:VisualElement name="description" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.54); -unity-text-outline-color: rgb(24, 24, 24); -unity-text-outline-width: 0; border-bottom-color: rgba(0, 0, 0, 0); letter-spacing: 0; border-top-width: 0; border-right-width: 0; border-bottom-width: 10px; border-left-width: 0; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); text-overflow: ellipsis; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; margin-bottom: 5px;">
            <engine:TextField label="Scene Name" name="scenenameinput" style="-unity-font-style: bold;"/>
            <engine:TextField label="Scene Description" name="scenedescriptioninput" hide-placeholder-on-focus="false" style="-unity-font-style: bold;"/>
            <editor:ObjectField name="sceneicon" allow-scene-objects="true" usage-hints="None" data-source-type="UnityEngine.Texture2D, UnityEngine.CoreModule" type="UnityEngine.Texture2D, UnityEngine.CoreModule" label="Scene Icon" enabled="true" style="position: relative; overflow: flex-start; visibility: visible; flex-direction: row; align-items: auto; top: auto; left: auto; align-self: auto; opacity: 1; justify-content: flex-start; height: auto; width: auto; display: flex; flex-wrap: nowrap;"/>
        </engine:VisualElement>
        <engine:Foldout text="Settings" name="assignedinput" value="false" style="-unity-background-image-tint-color: rgb(255, 255, 255); -unity-text-align: middle-center; white-space: normal; text-overflow: clip; -unity-font-style: bold; -unity-text-outline-width: 0; -unity-text-outline-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0.54); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-width: 10px; margin-bottom: 5px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;">
            <engine:VisualElement name="Fields" style="flex-grow: 1; align-items: stretch; align-content: flex-end; visibility: visible; padding-left: 0; flex-direction: column; align-self: stretch; justify-content: space-around;">
                <editor:ObjectField name="spawnpointfield" allow-scene-objects="true" usage-hints="None" data-source-type="UnityEngine.Transform, UnityEngine.CoreModule" type="UnityEngine.Transform, UnityEngine.CoreModule" label="Spawn Point" style="position: relative; overflow: visible; visibility: visible; flex-direction: row; align-items: auto; top: auto; left: auto; align-self: auto; opacity: 1; justify-content: flex-start; height: auto; width: auto; -unity-font-style: normal;"/>
                <editor:ObjectField name="maincamerafield" allow-scene-objects="true" usage-hints="None" data-source-type="UnityEngine.Camera, UnityEngine.CoreModule" type="UnityEngine.Camera, UnityEngine.CoreModule" label="Main Camera" style="position: relative; overflow: visible; visibility: visible; flex-direction: row; align-items: auto; top: auto; left: auto; align-self: auto; opacity: 1; justify-content: flex-start; height: auto; width: auto; -unity-font-style: normal;"/>
                <editor:ObjectField name="audiomixergroupfield" allow-scene-objects="true" usage-hints="None" data-source-type="UnityEngine.Audio.AudioMixerGroup, UnityEngine.AudioModule" type="UnityEngine.Audio.AudioMixerGroup, UnityEngine.AudioModule" label="Audio Mixer Group" enabled="false" style="position: relative; overflow: visible; visibility: visible; flex-direction: row; align-items: auto; top: auto; left: auto; align-self: auto; opacity: 1; justify-content: flex-start; height: auto; width: auto; -unity-font-style: normal;"/>
                <engine:Toggle label="Is Ready" name="isreadyfield" enabled="false" style="-unity-font-style: normal;"/>
            </engine:VisualElement>
        </engine:Foldout>
        <engine:Foldout text="Respawn Settings" name="respawnsettings" value="false" style="-unity-text-align: upper-center; -unity-font-style: bold; background-color: rgba(0, 0, 0, 0.54); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-width: 10px; margin-bottom: 5px;">
            <engine:FloatField label="Respawn Height" name="respawnheightfield" style="-unity-font-style: normal;"/>
            <engine:FloatField label="Respawn Check Timer" name="respawnchecktimer" style="-unity-font-style: normal;"/>
            <engine:Button text="Spawn Point Gizmo Toggle" name="SpawnPointGizmoButton" style="-unity-font-style: normal;"/>
        </engine:Foldout>
        <engine:Label name="ErrorMessage" enabled="false" style="white-space: normal; color: rgb(255, 0, 0);" />
        <engine:VisualElement name="bundlebutton" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.54); -unity-text-outline-color: rgb(24, 24, 24); -unity-text-outline-width: 0; border-bottom-color: rgba(0, 0, 0, 0); letter-spacing: 0; border-top-width: 0; border-right-width: 0; border-bottom-width: 10px; border-left-width: 0; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); text-overflow: ellipsis; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; margin-bottom: 5px; background-size: 100% 200%; flex-direction: row;">
            <engine:Button text="Create Scene .BEE File" name="BuildButton" style="background-image: none; background-size: 20px 20%; background-position-x: left 0; background-position-y: center 0; -unity-background-scale-mode: stretch-to-fill; opacity: 1; flex-direction: row; flex-shrink: 5; flex-grow: 5;"/>
        </engine:VisualElement>
    </engine:VisualElement>
</engine:UXML>
