-
Notifications
You must be signed in to change notification settings - Fork 425
Expand file tree
/
Copy pathBasicExample.asset
More file actions
893 lines (893 loc) · 22.7 KB
/
BasicExample.asset
File metadata and controls
893 lines (893 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 31390c44c9f3a3d40b424bf6821999a2, type: 3}
m_Name: BasicExample
m_EditorClassIdentifier:
serializedNodes: []
nodes:
- rid: 0
- rid: 1
- rid: 2
- rid: 3
- rid: 4
- rid: 5
- rid: 6
- rid: 7
- rid: 8
- rid: 9
- rid: 10
- rid: 11
- rid: 12
- rid: 13
- rid: 14
- rid: 15
- rid: 16
- rid: 17
- rid: 18
- rid: 19
- rid: 20
- rid: 21
- rid: 22
- rid: 23
- rid: 3708072270747926535
- rid: 3708072304043098128
- rid: 3708072304043098133
- rid: 3708072304043098134
edges:
- GUID: 04cee6c7-b233-40e1-b41a-31f6093f1482
owner: {fileID: 11400000}
inputNodeGUID: 6398414c-0e45-44d7-a62f-3267016dbca1
outputNodeGUID: c2542e31-668d-4816-b7e9-f41dcdec423d
inputFieldName: obj
outputFieldName: color
inputPortIdentifier:
outputPortIdentifier:
- GUID: 19132af0-9315-42ec-bc71-fafdacb3538e
owner: {fileID: 11400000}
inputNodeGUID: e277d5c6-386e-4f6b-bd63-af2353f3e4d8
outputNodeGUID: ab7c80f0-51fd-401a-9d67-0b6543025f87
inputFieldName: obj
outputFieldName: output
inputPortIdentifier:
outputPortIdentifier:
- GUID: 7658160d-36a7-43aa-8fda-fd2de9cbdda3
owner: {fileID: 11400000}
inputNodeGUID: 95bce55f-47d9-4c5d-bdcd-1f5bbbf57d1b
outputNodeGUID: 34e17a0c-9187-47eb-a21c-d105ee6ed911
inputFieldName: inputB
outputFieldName: output
inputPortIdentifier:
outputPortIdentifier:
- GUID: 5748fb93-7216-4454-800a-9d5d5eca5a4c
owner: {fileID: 11400000}
inputNodeGUID: 9a1c513a-65bc-4906-83b7-4a7b66699064
outputNodeGUID: 3327402b-5ad1-4564-af17-2025a850d4bb
inputFieldName: inputs
outputFieldName: output
inputPortIdentifier:
outputPortIdentifier:
- GUID: 9c14b0f4-095d-4d7b-9aa4-0cc4436ea5f1
owner: {fileID: 11400000}
inputNodeGUID: 42bd42f7-7c33-4d6c-8cff-24e051b0e644
outputNodeGUID: ab7c80f0-51fd-401a-9d67-0b6543025f87
inputFieldName: obj
outputFieldName: output
inputPortIdentifier:
outputPortIdentifier:
- GUID: 46622e62-ce25-420f-8a6f-3211fb51fdac
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 7
outputPortIdentifier: 3
- GUID: 9ce54a5f-056b-457d-b0ec-f9afc6437347
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 3
outputPortIdentifier: 7
- GUID: ce8fdf40-ec30-42e7-8ddc-d9cda93e4da1
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 1
outputPortIdentifier: 1
- GUID: 9c2730cb-a673-4809-94ba-a431a9168814
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 5
outputPortIdentifier: 5
- GUID: f12aee80-0c85-48ab-a63d-42ffba943677
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 4
outputPortIdentifier: 0
- GUID: 350ceb32-56f2-430b-8457-7d92f684f0bb
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 0
outputPortIdentifier: 4
- GUID: 6e442cc3-95fc-4744-9b7b-8cd3825732f6
owner: {fileID: 11400000}
inputNodeGUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
outputNodeGUID: d0c72054-62bf-409c-a49f-4230da5526d5
inputFieldName: inputs
outputFieldName: outputs
inputPortIdentifier: 2
outputPortIdentifier: 2
- GUID: d7e884aa-c37b-434e-94fa-c583d207d461
owner: {fileID: 11400000}
inputNodeGUID: ea0aaa89-4654-402b-9518-0c8d3b0a0be7
outputNodeGUID: acf42c0b-dc50-476f-8d14-b9e756fd1e2d
inputFieldName: obj
outputFieldName: output
inputPortIdentifier:
outputPortIdentifier:
groups:
- title: New Comment Block
color: {r: 0, g: 0, b: 0, a: 0}
position:
serializedVersion: 2
x: 377
y: 38
width: 460
height: 370
size: {x: 300, y: 100}
innerNodeGUIDs: []
- title: Print
color: {r: 0.4627451, g: 0.14901963, b: 0.20610665, a: 1}
position:
serializedVersion: 2
x: -67.000015
y: 53.999996
width: 260
height: 346.99997
size: {x: 300, y: 100}
innerNodeGUIDs: []
stackNodes:
- rid: 24
pinnedElements:
- position:
serializedVersion: 2
x: 1121
y: 25
width: 142
height: 197
opened: 1
editorType:
serializedType: GraphProcessor.ExposedParameterView, com.alelievr.NodeGraphProcessor,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
- position:
serializedVersion: 2
x: 0
y: 281
width: 150
height: 200
opened: 1
editorType:
serializedType: GraphProcessor.ProcessorView, com.alelievr.NodeGraphProcessor,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
- position:
serializedVersion: 2
x: 0
y: 35
width: 294
height: 345
opened: 1
editorType:
serializedType: GraphProcessor.ExposedParameterView, com.alelievr.NodeGraphProcessor.Editor,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
- position:
serializedVersion: 2
x: 0
y: 380
width: 150
height: 200
opened: 1
editorType:
serializedType: GraphProcessor.ProcessorView, com.alelievr.NodeGraphProcessor.Editor,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
exposedParameters:
- rid: 25
- rid: 3708072304043098124
serializedParameterList:
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
- guid:
name:
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: -2
stickyNotes:
- position:
serializedVersion: 2
x: 623.38257
y: -350.2275
width: 179
height: 309
title: Hello World!
content: TODO
- position:
serializedVersion: 2
x: 224.40001
y: 719.285
width: 233
height: 101
title: New Sticky Note
content: Write your text here
nodeInspectorReference: {fileID: 0}
position: {x: 1234, y: -179, z: 0}
scale: {x: 1.3225, y: 1.3225, z: 1}
references:
version: 2
RefIds:
- rid: -2
type: {class: , ns: , asm: }
- rid: 0
type: {class: ColorNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: c2542e31-668d-4816-b7e9-f41dcdec423d
computeOrder: 0
position:
serializedVersion: 2
x: -53.5
y: -129.5
width: 369
height: 97
expanded: 1
debug: 0
nodeLock: 0
color: {r: 1, g: 0, b: 0.25098038, a: 1}
- rid: 1
type: {class: FloatNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 3327402b-5ad1-4564-af17-2025a850d4bb
computeOrder: 1
position:
serializedVersion: 2
x: 242
y: 101
width: 73
height: 101
expanded: 0
debug: 0
nodeLock: 0
output: 10
input: 10
- rid: 2
type: {class: MultiAddNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 9a1c513a-65bc-4906-83b7-4a7b66699064
computeOrder: 2
position:
serializedVersion: 2
x: 402
y: 95
width: 132
height: 114
expanded: 0
debug: 1
nodeLock: 0
output: 10
- rid: 3
type: {class: SubNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 95bce55f-47d9-4c5d-bdcd-1f5bbbf57d1b
computeOrder: 4
position:
serializedVersion: 2
x: 699
y: 169
width: 113
height: 114
expanded: 0
debug: 1
nodeLock: 0
inputA: 0
inputB: 140
output: -140
- rid: 4
type: {class: PrintNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 42eb43b8-ac7e-4f38-b49b-26ba1bc42732
computeOrder: 5
position:
serializedVersion: 2
x: 954
y: 219
width: 112
height: 105
expanded: 0
debug: 1
nodeLock: 0
- rid: 5
type: {class: PrintNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 6398414c-0e45-44d7-a62f-3267016dbca1
computeOrder: 6
position:
serializedVersion: 2
x: 337.5
y: -129
width: 74
height: 90
expanded: 0
debug: 0
nodeLock: 0
- rid: 6
type: {class: PrefabNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: ffd2cf4b-87c3-42a6-9822-04bae7a5700b
computeOrder: 7
position:
serializedVersion: 2
x: 1066
y: 344
width: 136
height: 225
expanded: 1
debug: 0
nodeLock: 0
output: {fileID: 1636575971871760, guid: f78111bdbdeaf6644806fc49fcaf1d30,
type: 3}
- rid: 7
type: {class: FloatNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: e99da4fb-6a11-4b19-8594-f37f55d96114
computeOrder: 8
position:
serializedVersion: 2
x: 931.29004
y: 381.58002
width: 136
height: 101.000015
expanded: 1
debug: 0
nodeLock: 0
output: 140
input: 140
- rid: 8
type: {class: TextNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: ab7c80f0-51fd-401a-9d67-0b6543025f87
computeOrder: 9
position:
serializedVersion: 2
x: -184.46312
y: 143.24011
width: 240
height: 96
expanded: 0
debug: 0
nodeLock: 0
output: Hello World
- rid: 9
type: {class: PrintNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: e277d5c6-386e-4f6b-bd63-af2353f3e4d8
computeOrder: 10
position:
serializedVersion: 2
x: 87.17012
y: 116.09642
width: 74
height: 90
expanded: 0
debug: 0
nodeLock: 0
- rid: 10
type: {class: FloatNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 34e17a0c-9187-47eb-a21c-d105ee6ed911
computeOrder: 3
position:
serializedVersion: 2
x: 501
y: 282
width: 105
height: 101
expanded: 1
debug: 0
nodeLock: 0
output: 140
input: 140
- rid: 11
type: {class: SettingsNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: b14b2e69-b835-4b73-ae8e-6f7f986575bb
computeOrder: 11
position:
serializedVersion: 2
x: -124.79325
y: 477.20392
width: 159
height: 92
expanded: 1
debug: 0
nodeLock: 0
setting: 0
input: 0
output: 0
- rid: 12
type: {class: PrintNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 42bd42f7-7c33-4d6c-8cff-24e051b0e644
computeOrder: 12
position:
serializedVersion: 2
x: 88.17013
y: 211.0964
width: 74
height: 90
expanded: 0
debug: 0
nodeLock: 0
- rid: 13
type: {class: FloatNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: c647797a-972a-442d-86fe-327825c1fe11
computeOrder: 13
position:
serializedVersion: 2
x: 347.81113
y: 446.60037
width: 108.00001
height: 101
expanded: 0
debug: 0
nodeLock: 0
output: 0
input: 0
- rid: 14
type: {class: CustomPortData, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: acf42c0b-dc50-476f-8d14-b9e756fd1e2d
computeOrder: 14
position:
serializedVersion: 2
x: 605.984
y: 456.5184
width: 115
height: 149
expanded: 0
debug: 0
nodeLock: 0
output: 0
- rid: 15
type: {class: PrintNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: ea0aaa89-4654-402b-9518-0c8d3b0a0be7
computeOrder: 15
position:
serializedVersion: 2
x: 850.10004
y: 509.80002
width: 74.000015
height: 90
expanded: 0
debug: 0
nodeLock: 0
- rid: 16
type: {class: PortConnectionTests, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: d0c72054-62bf-409c-a49f-4230da5526d5
computeOrder: 16
position:
serializedVersion: 2
x: 1248
y: 637
width: 127
height: 245
expanded: 1
debug: 0
nodeLock: 0
padding: 0
- rid: 17
type: {class: PortConnectionTests, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7
computeOrder: 17
position:
serializedVersion: 2
x: 1584
y: 639
width: 178
height: 264
expanded: 1
debug: 0
nodeLock: 0
padding: 0
- rid: 18
type: {class: DrawerFieldTestNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: a93ff68f-3bcb-4234-815f-f44501daf144
computeOrder: 18
position:
serializedVersion: 2
x: 598.1502
y: 856
width: 142
height: 627
expanded: 1
debug: 0
nodeLock: 0
vector4: {x: 0, y: 0, z: 0, w: 0}
vector3: {x: 0, y: 0, z: 0}
vector2: {x: 0, y: 0}
floatInput: 0
vector3Int: {x: 0, y: 0, z: 0}
vector2Int: {x: 0, y: 0}
intInput: 0
intInput2: 0
stringInput: Hello
color: {r: 0, g: 0, b: 0, a: 0}
gameObject: {fileID: 0}
animationCurve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
rigidbody: {fileID: 0}
layerMask:
serializedVersion: 2
m_Bits: 0
- rid: 19
type: {class: InspectorNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: fc76049e-5e1f-422a-a991-b02e5ed5ee67
computeOrder: 19
position:
serializedVersion: 2
x: 991.95654
y: 666.86957
width: 129
height: 77
expanded: 0
debug: 0
nodeLock: 0
input: 0
output: 0
additionalSettings: 0
additionalParam:
- rid: 20
type: {class: DrawerFieldTestNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: ac9a5d83-a834-41cb-89cf-eb5239cc0868
computeOrder: 20
position:
serializedVersion: 2
x: 922
y: 856.08
width: 146
height: 341
expanded: 1
debug: 0
nodeLock: 0
vector4: {x: 0, y: 0, z: 0, w: 0}
vector3: {x: 0, y: 0, z: 0}
vector2: {x: 0, y: 0}
floatInput: 0
vector3Int: {x: 0, y: 0, z: 0}
vector2Int: {x: 0, y: 0}
intInput: 0
intInput2: 0
stringInput:
color: {r: 0, g: 0, b: 0, a: 0}
gameObject: {fileID: 0}
animationCurve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
rigidbody: {fileID: 0}
layerMask:
serializedVersion: 2
m_Bits: 0
- rid: 21
type: {class: FloatNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: 14b82653-ebb2-4fe6-98c3-5a7f87047b3f
computeOrder: 21
position:
serializedVersion: 2
x: 87
y: 396.5
width: 102
height: 101
expanded: 0
debug: 0
nodeLock: 0
output: 42
input: 42
- rid: 22
type: {class: ColorNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: fca11789-0eba-4f38-a9cb-4f6f829515d0
computeOrder: 22
position:
serializedVersion: 2
x: -405.48395
y: 354.0001
width: 200
height: 97
expanded: 0
debug: 0
nodeLock: 0
color: {r: 0.47539377, g: 0, b: 1, a: 0}
- rid: 23
type: {class: MultiAddNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: a72964c7-8c86-4c52-808e-3d88920df180
computeOrder: 23
position:
serializedVersion: 2
x: 77.5
y: 783.78
width: 121
height: 101
expanded: 0
debug: 0
nodeLock: 0
output: 0
- rid: 24
type: {class: BaseStackNode, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
data:
position: {x: 914.0975, y: 6.5799994}
title: Stack
acceptDrop: 1
acceptNewNode: 1
nodeGUIDs:
- ffd2cf4b-87c3-42a6-9822-04bae7a5700b
- 42eb43b8-ac7e-4f38-b49b-26ba1bc42732
- e99da4fb-6a11-4b19-8594-f37f55d96114
- rid: 25
type: {class: FloatParameter, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
data:
guid: eb80df62-f248-4ec9-afd4-f9ed08bfaa16
name: New Float
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: 27
val: 0
- rid: 27
type: {class: FloatParameter/FloatSettings, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
data:
isHidden: 0
expanded: 0
guid: eb80df62-f248-4ec9-afd4-f9ed08bfaa16
mode: 0
min: 0
max: 1
- rid: 3708072270747926535
type: {class: NamerNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: c8d89035-6a0f-4046-8735-16c760df589b
computeOrder: 24
position:
serializedVersion: 2
x: -516.50006
y: 126.999985
width: 223
height: 156
expanded: 0
debug: 0
nodeLock: 0
data:
name: esfesfesf
value: 0
dataOutput:
name: esfesfesf
value: 0
- rid: 3708072304043098124
type: {class: MyFloatParam, ns: , asm: Assembly-CSharp}
data:
guid: 95a64ec0-9ebe-450d-b8f7-501b035f33d6
name: New My Float Param
type:
serializedValue:
serializedType:
serializedName:
serializedValue:
input: 1
settings:
rid: 3708072304043098125
val: 0
- rid: 3708072304043098125
type: {class: FloatParameter/FloatSettings, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
data:
isHidden: 0
expanded: 0
guid: 95a64ec0-9ebe-450d-b8f7-501b035f33d6
mode: 0
min: 0
max: 1
- rid: 3708072304043098128
type: {class: CustomParameterNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: d327ef65-ed6e-46f1-bce4-16a6b7d4f61f
computeOrder: 25
position:
serializedVersion: 2
x: -671.99994
y: 354.00003
width: 146
height: 36
expanded: 0
debug: 0
nodeLock: 0
parameterGUID: 95a64ec0-9ebe-450d-b8f7-501b035f33d6
accessor: 1
- rid: 3708072304043098133
type: {class: CustomParameterNode, ns: , asm: Assembly-CSharp}
data:
nodeCustomName:
GUID: c1b521a8-e1a6-4eb1-a376-b6b22f5699ed
computeOrder: 26
position:
serializedVersion: 2
x: -648.01514
y: 307.7505
width: 100
height: 100
expanded: 0
debug: 0
nodeLock: 0
parameterGUID: 95a64ec0-9ebe-450d-b8f7-501b035f33d6
accessor: 0
- rid: 3708072304043098134
type: {class: ParameterNode, ns: GraphProcessor, asm: com.alelievr.NodeGraphProcessor.Runtime}
data:
nodeCustomName:
GUID: 9c96984e-f0ca-46dc-95cc-de99b8360f93
computeOrder: 27
position:
serializedVersion: 2
x: -629.95465
y: 412
width: 91
height: 37
expanded: 0
debug: 0
nodeLock: 0
parameterGUID: eb80df62-f248-4ec9-afd4-f9ed08bfaa16
accessor: 0