Skip to content

Commit bac9566

Browse files
authored
Merge pull request #20 from dannymate/SubGraphs
SubGraphs 1st iteration
2 parents 5f74a10 + d44b01f commit bac9566

File tree

133 files changed

+6540
-2056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+6540
-2056
lines changed

Assets/Examples/12345.asset

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: 061c4e5078ffdfd1ab72813a0e014ce2, type: 3}
13+
m_Name: 12345
14+
m_EditorClassIdentifier:
15+
serializedNodes: []
16+
nodes:
17+
- rid: 702614988847841435
18+
- rid: 702614988847841436
19+
edges: []
20+
groups: []
21+
stackNodes: []
22+
pinnedElements: []
23+
exposedParameters: []
24+
serializedParameterList: []
25+
stickyNotes: []
26+
nodeInspectorReference: {fileID: 0}
27+
position: {x: -482, y: -251, z: 0}
28+
scale: {x: 1.7490063, y: 1.7490063, z: 1}
29+
options:
30+
displayName:
31+
renamePolicy: 0
32+
isMacro: 0
33+
macroOptions:
34+
menuLocation:
35+
ingressPortData: []
36+
egressPortData:
37+
- identifier:
38+
identifierObject: {fileID: 0}
39+
useIdentifierObject: 0
40+
displayName: test
41+
displayType:
42+
GuidAssignmentFailed: 0
43+
GUID:
44+
_typeNameAndAssembly:
45+
_suppressLogs: 0
46+
showAsDrawer: 0
47+
acceptMultipleEdges: 0
48+
proxiedFieldPath:
49+
sizeInPixel: 0
50+
tooltip:
51+
vertical: 0
52+
schema: {fileID: 0}
53+
references:
54+
version: 2
55+
RefIds:
56+
- rid: 702614988847841435
57+
type: {class: SubGraphIngressNode, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
58+
data:
59+
nodeCustomName:
60+
_guid:
61+
Value: cf545a48-50c8-431e-a553-cc844dc81f42
62+
computeOrder: 0
63+
position:
64+
serializedVersion: 2
65+
x: 473.455
66+
y: 326
67+
width: 84
68+
height: 42
69+
initialPosition:
70+
serializedVersion: 2
71+
x: 0
72+
y: 0
73+
width: 100
74+
height: 100
75+
expanded: 0
76+
debug: 0
77+
nodeLock: 0
78+
- rid: 702614988847841436
79+
type: {class: SubGraphEgressNode, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
80+
data:
81+
nodeCustomName:
82+
_guid:
83+
Value: f8939290-9a63-42ab-83ed-ac5096e3277b
84+
computeOrder: 1
85+
position:
86+
serializedVersion: 2
87+
x: 661.89056
88+
y: 325.86337
89+
width: 81
90+
height: 42
91+
initialPosition:
92+
serializedVersion: 2
93+
x: 0
94+
y: 0
95+
width: 100
96+
height: 100
97+
expanded: 0
98+
debug: 0
99+
nodeLock: 0

Assets/Examples/12345.asset.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)