No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Animated Sprite.uxml 731B

123456789
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
  2. <ui:VisualElement style="align-self: center; margin-top: 30px;">
  3. <ui:Label style="font-size: 16px; -unity-text-align: upper-center; white-space: normal; color: rgb(255, 255, 255); margin-top: 5px;" />
  4. <ui:VisualElement style="flex-direction: row; justify-content: center; align-items: center;">
  5. <ui:Image name="OpenPalmImage" style="width: 100px; height: 100px; margin-right: 30px; margin-left: 30px;" />
  6. <ui:Image name="ThumbsUpImage" style="width: 100px; height: 100px; margin-left: 30px; margin-right: 30px;" />
  7. </ui:VisualElement>
  8. </ui:VisualElement>
  9. </ui:UXML>