This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="content" picking-mode="Ignore">
<ui:VisualElement name="header" picking-mode="Ignore">
<ui:VisualElement name="labelContainer" picking-mode="Ignore">
<ui:Label name="titleLabel" text="" />
<ui:Label name="subTitleLabel" text="" />
</ui:VisualElement>
</ui:VisualElement>
<ui:ScrollView class="unity-scroll-view unity-scroll-view--scroll unity-scroll-view--vertical-horizontal" name ="scrollView"/>
<ui:VisualElement name="contentContainer" picking-mode="Ignore" />
<TabbedView name="GraphInspectorView" >
<TabButton name="NodeSettingsButton" text="Node Settings" target="NodeSettingsContainer" />
<TabButton name="GraphSettingsButton" text="Graph Settings" target="GraphSettingsContainer" />
<ui:VisualElement name="GraphSettingsContainer" picking-mode="Ignore" />
<ui:VisualElement name="NodeSettingsContainer" picking-mode="Ignore" />
</TabbedView>
</ui:VisualElement>
<sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
</ui:UXML>

View File

@@ -0,0 +1,12 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="content" picking-mode="Ignore">
<ui:VisualElement name="header" picking-mode="Ignore">
<ui:VisualElement name="labelContainer" picking-mode="Ignore">
<ui:Label name="titleLabel" text="" />
<ui:Label name="subTitleLabel" text="" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="contentContainer" picking-mode="Ignore" />
</ui:VisualElement>
<sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
</ui:UXML>

View File

@@ -0,0 +1,16 @@
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="content" pickingMode="Ignore">
<ui:VisualElement name="header" pickingMode="Ignore">
<ui:VisualElement name="labelContainer" pickingMode="Ignore">
<ui:Label name="titleLabel" text="" />
<ui:Label name="subTitleLabel" text="Blackboard" />
</ui:VisualElement>
<ui:Button name="addButton" text="+" />
</ui:VisualElement>
<ui:VisualElement name="scrollBoundaryTop" pickingMode="Position" />
<ui:ScrollView class="unity-scroll-view unity-scroll-view--scroll unity-scroll-view--vertical-horizontal" name ="scrollView"/>
<ui:VisualElement name="contentContainer" pickingMode="Ignore" />
<ui:VisualElement name="scrollBoundaryBottom" pickingMode="Position"/>
</ui:VisualElement>
<sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
</UXML>

View File

@@ -0,0 +1,13 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="root" pickingMode="Ignore">
<ui:VisualElement name="itemRow" pickingMode="Ignore">
<ui:Button name="expandButton" text = "">
<ui:Image name="buttonImage" />
</ui:Button>
<ui:VisualElement name="itemRowContentContainer" pickingMode="Ignore">
<ui:VisualElement name="itemContainer" pickingMode="Ignore" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="propertyViewContainer" pickingMode="Ignore" />
</ui:VisualElement>
</UXML>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="Windows-1252"?>
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="sectionHeader" pickingMode="Ignore">
<ui:Label name="sectionTitleLabel" pickingMode="Ignore"/>
</ui:VisualElement>
<ui:VisualElement name="rowsContainer" pickingMode="Ignore" />
<ui:VisualElement name="dragIndicator" pickingMode="Ignore" />
</UXML>

View File

@@ -0,0 +1,6 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="mainContainer">
<ui:VisualElement name="contentContainer">
</ui:VisualElement>
</ui:VisualElement>
</UXML>

View File

@@ -0,0 +1,39 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="content">
<Style path="Styles/PixelCacheProfiler"/>
<ui:Label name="title" text="Pixel Cache Profiler"/>
<ui:VisualElement class="row">
<ui:Label text="Total pixel caches: "/>
<ui:Label name="totalLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node contents: "/>
<ui:Label name="totalNodeContentsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node previews: "/>
<ui:Label name="totalPreviewsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Inline inputs: "/>
<ui:Label name="totalInlinesLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="row">
<ui:Label text="Dirty pixel caches: "/>
<ui:Label name="dirtyLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node contents: "/>
<ui:Label name="dirtyNodeContentsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node previews: "/>
<ui:Label name="dirtyPreviewsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Inline inputs: "/>
<ui:Label name="dirtyInlinesLabel" text="-"/>
</ui:VisualElement>
</ui:VisualElement>
</UXML>

View File

@@ -0,0 +1,17 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="left" pickingMode="Ignore" >
<ui:VisualElement name="top-left-resize"/>
<ui:VisualElement name="left-resize"/>
<ui:VisualElement name="bottom-left-resize"/>
</ui:VisualElement>
<ui:VisualElement name="middle" pickingMode="Ignore" >
<ui:VisualElement name="top-resize"/>
<ui:VisualElement name="middle-center" pickingMode="Ignore" />
<ui:VisualElement name="bottom-resize"/>
</ui:VisualElement>
<ui:VisualElement name="right" pickingMode="Ignore" >
<ui:VisualElement name="top-right-resize"/>
<ui:VisualElement name="right-resize"/>
<ui:VisualElement name="bottom-right-resize"/>
</ui:VisualElement>
</UXML>

View File

@@ -0,0 +1,11 @@
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="node-border" pickingMode="Ignore" >
<ui:Label name="title" />
<ui:TextField name="title-field" />
<ui:Label name="contents">
<ui:TextField name="contents-field" />
</ui:Label>
</ui:VisualElement>
<ui:VisualElement name="selection-border" pickingMode="Ignore" />
<sg:ResizableElement pickingMode="Ignore" />
</UXML>

View File

@@ -0,0 +1,9 @@
<UXML xmlns:ui="UnityEngine.UIElements"
xmlns:ed="UnityEditor.UIElements">
<ui:VisualElement class="unity-tab-button__top-bar" picking-mode="Ignore"/>
<ui:VisualElement class="unity-tab-button__content" picking-mode="Ignore">
<ui:Label name="Label" class="unity-tab-button__content-label" picking-mode="Ignore"/>
</ui:VisualElement>
</UXML>