暫無描述
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.

PolygonChangeShapeWindow.uxml 651B

123456789101112
  1. <UXML xmlns:ui= "UnityEngine.Experimental.UIElements" xmlns:uie= "UnityEditor.Experimental.UIElements">
  2. <ui:VisualElement name = "polygonShapeWindow" class = "moduleWindow topLeft">
  3. <ui:Box name = "polygonShapeWindowFrame">
  4. <uie:IntegerField name = "labelIntegerField" class = "labelIntegerField" label = "Sides" value = "0"/>
  5. <ui:VisualElement name = "warning" >
  6. <ui:Image name = "icon"/>
  7. <ui:Label name = "warningLabel" text= "Sides can only be either 0 or anything between 3 and 128"/>
  8. </ui:VisualElement>
  9. <ui:Button name = "changeButton" text= "Change" />
  10. </ui:Box>
  11. </ui:VisualElement>
  12. </UXML>