initial commit
This commit is contained in:
parent
6715289efe
commit
788c3389af
37645 changed files with 2526849 additions and 80 deletions
|
@ -0,0 +1,18 @@
|
|||
<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:TextField name="subTitleTextField" text="Blackboard" />
|
||||
</ui:Label>
|
||||
</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>
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4ee4ce39889d8db4d8c49aa84772cd12
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<UXML xmlns:ui="UnityEngine.UIElements">
|
||||
<ui:VisualElement name="categoryHeader" pickingMode="Ignore">
|
||||
<ui:Foldout name="categoryTitleFoldout" pickingMode="Ignore" text=""/>
|
||||
<ui:Label name="categoryTitleLabel" pickingMode="Ignore" text="Text"/>
|
||||
<ui:TextField name="textField" text="" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="rowsContainer" pickingMode="Ignore" />
|
||||
<ui:VisualElement name="dragIndicator" pickingMode="Ignore" />
|
||||
</UXML>
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 98cf1ee902c59944796b97562a34faee
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,8 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements"
|
||||
xmlns:gv="UnityEditor.Experimental.GraphView">
|
||||
<ui:VisualElement name="contentItem" picking-mode="Ignore">
|
||||
<gv:Pill name="pill" picking-mode="Ignore" />
|
||||
<ui:Label name="typeLabel" text = "" picking-mode="Ignore" />
|
||||
</ui:VisualElement>
|
||||
<ui:TextField name="textField" text="" />
|
||||
</ui:UXML>
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f339e526c7fc4e14daae8819172de9de
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -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"/>
|
||||
</ui:VisualElement>
|
||||
</UXML>
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5029c7a42d2731a4599f3f85f37ea5a9
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
Loading…
Add table
Add a link
Reference in a new issue