Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

GraphInspector.uxml 1.4KB

123456789101112131415161718192021
  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:ScrollView class="unity-scroll-view unity-scroll-view--scroll unity-scroll-view--vertical" name ="scrollView"/>
  10. <ui:VisualElement name="contentContainer" picking-mode="Ignore" />
  11. <TabbedView name="GraphInspectorView" >
  12. <TabButton name="NodeSettingsButton" text="Node Settings" target="NodeSettingsContainer" />
  13. <TabButton name="GraphSettingsButton" text="Graph Settings" target="GraphSettingsContainer" />
  14. <ui:VisualElement name="GraphSettingsContainer" picking-mode="Ignore" />
  15. <ui:VisualElement name="NodeSettingsContainer" picking-mode="Ignore">
  16. <ui:Label name="maxItemsMessageLabel" picking-mode="Ignore" text ="Max of 20 visible items reached" />
  17. </ui:VisualElement>
  18. </TabbedView>
  19. </ui:VisualElement>
  20. <sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
  21. </ui:UXML>