1234567 |
- <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
- <ui:VisualElement name="Item" style="flex-grow: initial; width: 90%; align-items: auto; height: auto; top: auto; align-self: center; flex-direction: row; justify-content: space-between; border-left-color: rgba(245, 150, 31, 0.71); border-right-color: rgba(245, 150, 31, 0.71); border-top-color: rgba(245, 150, 31, 0.71); border-bottom-color: rgba(245, 150, 31, 0.71); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-width: 3px; border-right-width: 1px; border-bottom-width: 3px; border-left-width: 1px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-bottom: 4px; margin-top: 4px; flex-shrink: initial; margin-left: 0; margin-right: 0;">
- <ui:VisualElement name="picture" style="flex-grow: 1; width: 50px; height: 50px; margin-left: 0; background-image: url("project://database/Assets/Packages/Loading%20Games/Toon%20City%20Pack/Textures/bank-texture.png?fileID=2800000&guid=e1e2d72f608cc4b73a01f0343a4a647f&type=3#bank-texture"); -unity-background-scale-mode: scale-and-crop; max-height: 50px; max-width: 50px; min-width: 50px; min-height: 50px; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); border-bottom-color: rgba(0, 0, 0, 0); border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; align-self: center;" />
- <ui:Label tabindex="-1" text="<item <br> description>" parse-escape-sequences="true" display-tooltip-when-elided="true" name="description" style="align-self: center; align-items: auto; -unity-text-align: middle-center; white-space: normal; height: 50px; max-height: 50px; min-height: 50px; width: 55%; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; -unity-font-style: bold; color: rgb(255, 255, 255);" />
- <ui:Label tabindex="-1" text="price" parse-escape-sequences="true" display-tooltip-when-elided="true" name="price" style="height: 50px; max-height: 50px; min-height: 50px; width: auto; -unity-text-align: middle-center; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; align-self: center; -unity-font-style: bold; color: rgb(255, 255, 255);" />
- </ui:VisualElement>
- </ui:UXML>
|