Ei kuvausta
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.

GraphSubWindow.uxml 650B

123456789101112
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
  2. <ui:VisualElement name="content" picking-mode="Ignore">
  3. <ui:VisualElement name="header" picking-mode="Ignore">
  4. <ui:VisualElement name="labelContainer" picking-mode="Ignore">
  5. <ui:Label name="titleLabel" text="" />
  6. <ui:Label name="subTitleLabel" text="" />
  7. </ui:VisualElement>
  8. </ui:VisualElement>
  9. <ui:VisualElement name="contentContainer" picking-mode="Ignore" />
  10. </ui:VisualElement>
  11. <sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
  12. </ui:UXML>