暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>