Files
StoryGame_Unity/Assets/08_UI/FrontSprite.uxml
2026-08-06 20:49:36 +09:00

8 lines
803 B
Plaintext

<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">
<ui:VisualElement name="Body" picking-mode="Ignore" style="flex-grow: 1; width: 1920px; height: 1080px;">
<ui:VisualElement picking-mode="Ignore" style="flex-grow: 1; align-items: center; justify-content: flex-end; align-self: center; flex-direction: column;">
<ui:Image name="FrontSprite" picking-mode="Ignore" source="project://database/Resources/unity_builtin_extra?fileID=10901&amp;guid=0000000000000000f000000000000000&amp;type=0#Checkmark" style="width: 1080px; height: 1080px;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>