@fenglimg/cocos-state-controller 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +287 -0
  3. package/assets/script/controller/Capability.ts +100 -0
  4. package/assets/script/controller/Capability.ts.meta +10 -0
  5. package/assets/script/controller/CapabilityRegistry.ts +116 -0
  6. package/assets/script/controller/CapabilityRegistry.ts.meta +10 -0
  7. package/assets/script/controller/EnumPropRefMap.ts +232 -0
  8. package/assets/script/controller/EnumPropRefMap.ts.meta +10 -0
  9. package/assets/script/controller/NestedCtrlData.ts +199 -0
  10. package/assets/script/controller/NestedCtrlData.ts.meta +10 -0
  11. package/assets/script/controller/PrefabIntrospection.ts +151 -0
  12. package/assets/script/controller/PrefabIntrospection.ts.meta +10 -0
  13. package/assets/script/controller/Props.meta +13 -0
  14. package/assets/script/controller/StateControllerV2.ts +1957 -0
  15. package/assets/script/controller/StateControllerV2.ts.meta +10 -0
  16. package/assets/script/controller/StateEnumV2.ts +165 -0
  17. package/assets/script/controller/StateEnumV2.ts.meta +10 -0
  18. package/assets/script/controller/StateErrorManagerV2.ts +217 -0
  19. package/assets/script/controller/StateErrorManagerV2.ts.meta +10 -0
  20. package/assets/script/controller/StatePropHandlerV2.ts +316 -0
  21. package/assets/script/controller/StatePropHandlerV2.ts.meta +10 -0
  22. package/assets/script/controller/StatePropertyControlService.ts +148 -0
  23. package/assets/script/controller/StatePropertyControlService.ts.meta +10 -0
  24. package/assets/script/controller/StateSelectV2.ts +4542 -0
  25. package/assets/script/controller/StateSelectV2.ts.meta +10 -0
  26. package/assets/script/controller/capabilities/AutoSyncCapability.ts +30 -0
  27. package/assets/script/controller/capabilities/AutoSyncCapability.ts.meta +10 -0
  28. package/assets/script/controller/capabilities/EventCapability.ts +144 -0
  29. package/assets/script/controller/capabilities/EventCapability.ts.meta +10 -0
  30. package/assets/script/controller/capabilities/MigrationCapability.ts +94 -0
  31. package/assets/script/controller/capabilities/MigrationCapability.ts.meta +10 -0
  32. package/assets/script/controller/capabilities/MultiCtrlBindingCapability.ts +157 -0
  33. package/assets/script/controller/capabilities/MultiCtrlBindingCapability.ts.meta +10 -0
  34. package/assets/script/controller/capabilities/PropertyControlCapability.ts +124 -0
  35. package/assets/script/controller/capabilities/PropertyControlCapability.ts.meta +10 -0
  36. package/assets/script/controller/capabilities/RecordingCapability.ts +69 -0
  37. package/assets/script/controller/capabilities/RecordingCapability.ts.meta +10 -0
  38. package/assets/script/controller/capabilities/SelectedPageIdCapability.ts +88 -0
  39. package/assets/script/controller/capabilities/SelectedPageIdCapability.ts.meta +10 -0
  40. package/assets/script/controller/capabilities.meta +13 -0
  41. package/assets/script/controller/props/CtrlInspectorGroups.ts +138 -0
  42. package/assets/script/controller/props/CtrlInspectorGroups.ts.meta +10 -0
  43. package/assets/script/controller/props/SelectInspectorGroups.ts +104 -0
  44. package/assets/script/controller/props/SelectInspectorGroups.ts.meta +10 -0
  45. package/bin/csc.js +286 -0
  46. package/package.json +60 -0
  47. package/packages/state-controller-v2-panel/README.md +80 -0
  48. package/packages/state-controller-v2-panel/inspector-inject.js +917 -0
  49. package/packages/state-controller-v2-panel/inspector-probe.json +3767 -0
  50. package/packages/state-controller-v2-panel/lib/handlers.js +534 -0
  51. package/packages/state-controller-v2-panel/main.js +149 -0
  52. package/packages/state-controller-v2-panel/package.json +32 -0
  53. package/packages/state-controller-v2-panel/panel/build.js +23 -0
  54. package/packages/state-controller-v2-panel/panel/logic.js +1207 -0
  55. package/packages/state-controller-v2-panel/panel/styles.css +454 -0
  56. package/packages/state-controller-v2-panel/panel/template.html +296 -0
  57. package/packages/state-controller-v2-panel/scene-accessor.js +657 -0
  58. package/skills/cocos-state-controller/SKILL.md +28 -0
  59. package/skills/cocos-state-controller/refs/cli-usage.md +78 -0
  60. package/skills/cocos-state-controller/refs/editor-guide.md +127 -0
  61. package/skills/cocos-state-controller/refs/migrate.md +106 -0
  62. package/skills/cocos-state-controller/refs/upstream-pr.md +66 -0
  63. package/tools/migration/migrate-prefab-v1-to-v2.js +608 -0
  64. package/tools/state-controller-sync-manifest.json +33 -0
@@ -0,0 +1,3767 @@
1
+ {
2
+ "found": true,
3
+ "inspectorPanel": {
4
+ "tag": "ui-panel-frame",
5
+ "id": "inspector",
6
+ "cls": "fit",
7
+ "text": ""
8
+ },
9
+ "panels": [
10
+ {
11
+ "tag": "login-frame",
12
+ "id": "login",
13
+ "pkg": ""
14
+ },
15
+ {
16
+ "tag": "ui-dock-panel",
17
+ "id": "",
18
+ "pkg": ""
19
+ },
20
+ {
21
+ "tag": "ui-dock-tabs",
22
+ "id": "tabs",
23
+ "pkg": ""
24
+ },
25
+ {
26
+ "tag": "ui-panel-frame",
27
+ "id": "hierarchy",
28
+ "pkg": ""
29
+ },
30
+ {
31
+ "tag": "ui-dock-panel",
32
+ "id": "",
33
+ "pkg": ""
34
+ },
35
+ {
36
+ "tag": "ui-dock-tabs",
37
+ "id": "tabs",
38
+ "pkg": ""
39
+ },
40
+ {
41
+ "tag": "ui-panel-frame",
42
+ "id": "assets",
43
+ "pkg": ""
44
+ },
45
+ {
46
+ "tag": "ui-dock-panel",
47
+ "id": "",
48
+ "pkg": ""
49
+ },
50
+ {
51
+ "tag": "ui-dock-tabs",
52
+ "id": "tabs",
53
+ "pkg": ""
54
+ },
55
+ {
56
+ "tag": "ui-panel-frame",
57
+ "id": "scene",
58
+ "pkg": ""
59
+ },
60
+ {
61
+ "tag": "scene-view",
62
+ "id": "sceneView",
63
+ "pkg": ""
64
+ },
65
+ {
66
+ "tag": "scene-grid",
67
+ "id": "grid",
68
+ "pkg": ""
69
+ },
70
+ {
71
+ "tag": "scene-gizmo",
72
+ "id": "gizmosView",
73
+ "pkg": ""
74
+ },
75
+ {
76
+ "tag": "ui-loader",
77
+ "id": "loader",
78
+ "pkg": ""
79
+ },
80
+ {
81
+ "tag": "ui-dock-panel",
82
+ "id": "",
83
+ "pkg": ""
84
+ },
85
+ {
86
+ "tag": "ui-dock-tabs",
87
+ "id": "tabs",
88
+ "pkg": ""
89
+ },
90
+ {
91
+ "tag": "ui-panel-frame",
92
+ "id": "console",
93
+ "pkg": ""
94
+ },
95
+ {
96
+ "tag": "ui-panel-frame",
97
+ "id": "timeline",
98
+ "pkg": ""
99
+ },
100
+ {
101
+ "tag": "ui-panel-frame",
102
+ "id": "game-window",
103
+ "pkg": ""
104
+ },
105
+ {
106
+ "tag": "ui-panel-frame",
107
+ "id": "state-controller-v2-panel",
108
+ "pkg": ""
109
+ },
110
+ {
111
+ "tag": "ui-dock-panel",
112
+ "id": "",
113
+ "pkg": ""
114
+ },
115
+ {
116
+ "tag": "ui-dock-tabs",
117
+ "id": "tabs",
118
+ "pkg": ""
119
+ },
120
+ {
121
+ "tag": "ui-panel-frame",
122
+ "id": "inspector",
123
+ "pkg": ""
124
+ },
125
+ {
126
+ "tag": "ui-prop",
127
+ "id": "x-comp",
128
+ "pkg": "X"
129
+ },
130
+ {
131
+ "tag": "ui-prop",
132
+ "id": "y-comp",
133
+ "pkg": "Y"
134
+ },
135
+ {
136
+ "tag": "ui-prop",
137
+ "id": "x-comp",
138
+ "pkg": "X"
139
+ },
140
+ {
141
+ "tag": "ui-prop",
142
+ "id": "y-comp",
143
+ "pkg": "Y"
144
+ },
145
+ {
146
+ "tag": "ui-prop",
147
+ "id": "x-comp",
148
+ "pkg": "X"
149
+ },
150
+ {
151
+ "tag": "ui-prop",
152
+ "id": "y-comp",
153
+ "pkg": "Y"
154
+ },
155
+ {
156
+ "tag": "ui-prop",
157
+ "id": "w-comp",
158
+ "pkg": "W"
159
+ },
160
+ {
161
+ "tag": "ui-prop",
162
+ "id": "h-comp",
163
+ "pkg": "H"
164
+ },
165
+ {
166
+ "tag": "ui-prop",
167
+ "id": "x-comp",
168
+ "pkg": "X"
169
+ },
170
+ {
171
+ "tag": "ui-prop",
172
+ "id": "y-comp",
173
+ "pkg": "Y"
174
+ },
175
+ {
176
+ "tag": "ui-prop",
177
+ "id": "w-comp",
178
+ "pkg": "W"
179
+ },
180
+ {
181
+ "tag": "ui-prop",
182
+ "id": "h-comp",
183
+ "pkg": "H"
184
+ },
185
+ {
186
+ "tag": "ui-loader",
187
+ "id": "loader",
188
+ "pkg": ""
189
+ },
190
+ {
191
+ "tag": "ui-panel-frame",
192
+ "id": "cocos-services",
193
+ "pkg": ""
194
+ }
195
+ ],
196
+ "candidateCounts": {
197
+ "totalElemsInInspector": 1063,
198
+ "byTag_uiProp": 38,
199
+ "byPathAttr": 0,
200
+ "byVuePathOrValue": 0,
201
+ "byClassProp": 3
202
+ },
203
+ "pickedStrategy": "ui-prop tag",
204
+ "samples": [
205
+ {
206
+ "self": {
207
+ "tag": "ui-prop",
208
+ "id": "",
209
+ "cls": "",
210
+ "text": ""
211
+ },
212
+ "attrs": {
213
+ "name": "Position",
214
+ "step": "1",
215
+ "type": "cc.Vec2",
216
+ "tooltip": "相对父节点的位置坐标,以像素为单位",
217
+ "tabindex": "-1",
218
+ "readonly": "",
219
+ "is-readonly": ""
220
+ },
221
+ "fw": {
222
+ "prop.path": "null",
223
+ "prop._path": "null",
224
+ "prop.name": "Position",
225
+ "prop._name": "Position"
226
+ },
227
+ "ancestors": [
228
+ {
229
+ "tag": "ui-section",
230
+ "id": "",
231
+ "cls": "",
232
+ "text": "Node default 编辑"
233
+ },
234
+ {
235
+ "tag": "div",
236
+ "id": "",
237
+ "cls": "props flex-1",
238
+ "text": "Node default 编辑 Canvas Widge"
239
+ },
240
+ {
241
+ "tag": "div",
242
+ "id": "",
243
+ "cls": "fit layout vertical",
244
+ "text": "3D Node default 编辑 Canvas Wi",
245
+ "fw": {
246
+ "hasVue": true,
247
+ "vueKeys": [
248
+ "$el",
249
+ "$parent",
250
+ "$root",
251
+ "$children",
252
+ "$refs",
253
+ "$els",
254
+ "$options",
255
+ "popupComponentMenu",
256
+ "T",
257
+ "multi",
258
+ "target",
259
+ "cssBtn"
260
+ ],
261
+ "vue.target": {
262
+ "__keys": [
263
+ "uuid",
264
+ "uuids",
265
+ "__type__",
266
+ "__comps__",
267
+ "name",
268
+ "opacity",
269
+ "active",
270
+ "angle",
271
+ "group",
272
+ "is3DNode",
273
+ "anchor",
274
+ "size",
275
+ "skew",
276
+ "color",
277
+ "eulerAngles",
278
+ "position",
279
+ "scale",
280
+ "__displayName__"
281
+ ],
282
+ "uuid": "a5esZu+45LA5mBpvttspPD",
283
+ "uuids": "<Array>",
284
+ "__type__": "cc.Node",
285
+ "__comps__": "<Array>",
286
+ "name": "<Object>",
287
+ "opacity": "<Object>",
288
+ "active": "<Object>",
289
+ "angle": "<Object>",
290
+ "group": "<Object>",
291
+ "is3DNode": "<Object>",
292
+ "anchor": "<Object>",
293
+ "size": "<Object>",
294
+ "skew": "<Object>",
295
+ "color": "<Object>",
296
+ "eulerAngles": "<Object>",
297
+ "position": "<Object>",
298
+ "scale": "<Object>",
299
+ "__displayName__": "Node"
300
+ }
301
+ }
302
+ },
303
+ {
304
+ "tag": "div",
305
+ "id": "view",
306
+ "cls": "flex-1",
307
+ "text": "3D Node default 编辑 Canvas Wi"
308
+ },
309
+ {
310
+ "tag": "ui-panel-frame",
311
+ "id": "inspector",
312
+ "cls": "fit",
313
+ "text": "",
314
+ "fw": {
315
+ "prop.name": "属性检查器"
316
+ }
317
+ },
318
+ {
319
+ "tag": "ui-dock-panel",
320
+ "id": "",
321
+ "cls": "",
322
+ "text": ""
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "self": {
328
+ "tag": "ui-prop",
329
+ "id": "x-comp",
330
+ "cls": "fixed-label flex-1",
331
+ "text": ""
332
+ },
333
+ "attrs": {
334
+ "name": "X",
335
+ "id": "x-comp",
336
+ "subset": "",
337
+ "slidable": "",
338
+ "tabindex": "-1",
339
+ "is-readonly": ""
340
+ },
341
+ "fw": {
342
+ "prop.path": "null",
343
+ "prop._path": "null",
344
+ "prop.name": "X",
345
+ "prop._name": "X"
346
+ },
347
+ "ancestors": [
348
+ {
349
+ "tag": "ui-prop",
350
+ "id": "",
351
+ "cls": "",
352
+ "text": "",
353
+ "fw": {
354
+ "prop.path": "null",
355
+ "prop._path": "null",
356
+ "prop.name": "Position",
357
+ "prop._name": "Position"
358
+ }
359
+ },
360
+ {
361
+ "tag": "ui-section",
362
+ "id": "",
363
+ "cls": "",
364
+ "text": "Node default 编辑"
365
+ },
366
+ {
367
+ "tag": "div",
368
+ "id": "",
369
+ "cls": "props flex-1",
370
+ "text": "Node default 编辑 Canvas Widge"
371
+ },
372
+ {
373
+ "tag": "div",
374
+ "id": "",
375
+ "cls": "fit layout vertical",
376
+ "text": "3D Node default 编辑 Canvas Wi",
377
+ "fw": {
378
+ "hasVue": true,
379
+ "vueKeys": [
380
+ "$el",
381
+ "$parent",
382
+ "$root",
383
+ "$children",
384
+ "$refs",
385
+ "$els",
386
+ "$options",
387
+ "popupComponentMenu",
388
+ "T",
389
+ "multi",
390
+ "target",
391
+ "cssBtn"
392
+ ],
393
+ "vue.target": {
394
+ "__keys": [
395
+ "uuid",
396
+ "uuids",
397
+ "__type__",
398
+ "__comps__",
399
+ "name",
400
+ "opacity",
401
+ "active",
402
+ "angle",
403
+ "group",
404
+ "is3DNode",
405
+ "anchor",
406
+ "size",
407
+ "skew",
408
+ "color",
409
+ "eulerAngles",
410
+ "position",
411
+ "scale",
412
+ "__displayName__"
413
+ ],
414
+ "uuid": "a5esZu+45LA5mBpvttspPD",
415
+ "uuids": "<Array>",
416
+ "__type__": "cc.Node",
417
+ "__comps__": "<Array>",
418
+ "name": "<Object>",
419
+ "opacity": "<Object>",
420
+ "active": "<Object>",
421
+ "angle": "<Object>",
422
+ "group": "<Object>",
423
+ "is3DNode": "<Object>",
424
+ "anchor": "<Object>",
425
+ "size": "<Object>",
426
+ "skew": "<Object>",
427
+ "color": "<Object>",
428
+ "eulerAngles": "<Object>",
429
+ "position": "<Object>",
430
+ "scale": "<Object>",
431
+ "__displayName__": "Node"
432
+ }
433
+ }
434
+ },
435
+ {
436
+ "tag": "div",
437
+ "id": "view",
438
+ "cls": "flex-1",
439
+ "text": "3D Node default 编辑 Canvas Wi"
440
+ },
441
+ {
442
+ "tag": "ui-panel-frame",
443
+ "id": "inspector",
444
+ "cls": "fit",
445
+ "text": "",
446
+ "fw": {
447
+ "prop.name": "属性检查器"
448
+ }
449
+ }
450
+ ]
451
+ },
452
+ {
453
+ "self": {
454
+ "tag": "ui-prop",
455
+ "id": "y-comp",
456
+ "cls": "fixed-label flex-1",
457
+ "text": ""
458
+ },
459
+ "attrs": {
460
+ "name": "Y",
461
+ "id": "y-comp",
462
+ "subset": "",
463
+ "slidable": "",
464
+ "tabindex": "-1",
465
+ "is-readonly": ""
466
+ },
467
+ "fw": {
468
+ "prop.path": "null",
469
+ "prop._path": "null",
470
+ "prop.name": "Y",
471
+ "prop._name": "Y"
472
+ },
473
+ "ancestors": [
474
+ {
475
+ "tag": "ui-prop",
476
+ "id": "",
477
+ "cls": "",
478
+ "text": "",
479
+ "fw": {
480
+ "prop.path": "null",
481
+ "prop._path": "null",
482
+ "prop.name": "Position",
483
+ "prop._name": "Position"
484
+ }
485
+ },
486
+ {
487
+ "tag": "ui-section",
488
+ "id": "",
489
+ "cls": "",
490
+ "text": "Node default 编辑"
491
+ },
492
+ {
493
+ "tag": "div",
494
+ "id": "",
495
+ "cls": "props flex-1",
496
+ "text": "Node default 编辑 Canvas Widge"
497
+ },
498
+ {
499
+ "tag": "div",
500
+ "id": "",
501
+ "cls": "fit layout vertical",
502
+ "text": "3D Node default 编辑 Canvas Wi",
503
+ "fw": {
504
+ "hasVue": true,
505
+ "vueKeys": [
506
+ "$el",
507
+ "$parent",
508
+ "$root",
509
+ "$children",
510
+ "$refs",
511
+ "$els",
512
+ "$options",
513
+ "popupComponentMenu",
514
+ "T",
515
+ "multi",
516
+ "target",
517
+ "cssBtn"
518
+ ],
519
+ "vue.target": {
520
+ "__keys": [
521
+ "uuid",
522
+ "uuids",
523
+ "__type__",
524
+ "__comps__",
525
+ "name",
526
+ "opacity",
527
+ "active",
528
+ "angle",
529
+ "group",
530
+ "is3DNode",
531
+ "anchor",
532
+ "size",
533
+ "skew",
534
+ "color",
535
+ "eulerAngles",
536
+ "position",
537
+ "scale",
538
+ "__displayName__"
539
+ ],
540
+ "uuid": "a5esZu+45LA5mBpvttspPD",
541
+ "uuids": "<Array>",
542
+ "__type__": "cc.Node",
543
+ "__comps__": "<Array>",
544
+ "name": "<Object>",
545
+ "opacity": "<Object>",
546
+ "active": "<Object>",
547
+ "angle": "<Object>",
548
+ "group": "<Object>",
549
+ "is3DNode": "<Object>",
550
+ "anchor": "<Object>",
551
+ "size": "<Object>",
552
+ "skew": "<Object>",
553
+ "color": "<Object>",
554
+ "eulerAngles": "<Object>",
555
+ "position": "<Object>",
556
+ "scale": "<Object>",
557
+ "__displayName__": "Node"
558
+ }
559
+ }
560
+ },
561
+ {
562
+ "tag": "div",
563
+ "id": "view",
564
+ "cls": "flex-1",
565
+ "text": "3D Node default 编辑 Canvas Wi"
566
+ },
567
+ {
568
+ "tag": "ui-panel-frame",
569
+ "id": "inspector",
570
+ "cls": "fit",
571
+ "text": "",
572
+ "fw": {
573
+ "prop.name": "属性检查器"
574
+ }
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "self": {
580
+ "tag": "ui-prop",
581
+ "id": "",
582
+ "cls": "",
583
+ "text": ""
584
+ },
585
+ "attrs": {
586
+ "name": "Rotation",
587
+ "type": "number",
588
+ "step": "1",
589
+ "slidable": "",
590
+ "tooltip": "相对父节点的旋转,以度为单位,输入正值时逆时针旋转",
591
+ "tabindex": "-1"
592
+ },
593
+ "fw": {
594
+ "prop.path": "null",
595
+ "prop._path": "null",
596
+ "prop._value": "0",
597
+ "prop.name": "Rotation",
598
+ "prop._name": "Rotation"
599
+ },
600
+ "ancestors": [
601
+ {
602
+ "tag": "ui-section",
603
+ "id": "",
604
+ "cls": "",
605
+ "text": "Node default 编辑"
606
+ },
607
+ {
608
+ "tag": "div",
609
+ "id": "",
610
+ "cls": "props flex-1",
611
+ "text": "Node default 编辑 Canvas Widge"
612
+ },
613
+ {
614
+ "tag": "div",
615
+ "id": "",
616
+ "cls": "fit layout vertical",
617
+ "text": "3D Node default 编辑 Canvas Wi",
618
+ "fw": {
619
+ "hasVue": true,
620
+ "vueKeys": [
621
+ "$el",
622
+ "$parent",
623
+ "$root",
624
+ "$children",
625
+ "$refs",
626
+ "$els",
627
+ "$options",
628
+ "popupComponentMenu",
629
+ "T",
630
+ "multi",
631
+ "target",
632
+ "cssBtn"
633
+ ],
634
+ "vue.target": {
635
+ "__keys": [
636
+ "uuid",
637
+ "uuids",
638
+ "__type__",
639
+ "__comps__",
640
+ "name",
641
+ "opacity",
642
+ "active",
643
+ "angle",
644
+ "group",
645
+ "is3DNode",
646
+ "anchor",
647
+ "size",
648
+ "skew",
649
+ "color",
650
+ "eulerAngles",
651
+ "position",
652
+ "scale",
653
+ "__displayName__"
654
+ ],
655
+ "uuid": "a5esZu+45LA5mBpvttspPD",
656
+ "uuids": "<Array>",
657
+ "__type__": "cc.Node",
658
+ "__comps__": "<Array>",
659
+ "name": "<Object>",
660
+ "opacity": "<Object>",
661
+ "active": "<Object>",
662
+ "angle": "<Object>",
663
+ "group": "<Object>",
664
+ "is3DNode": "<Object>",
665
+ "anchor": "<Object>",
666
+ "size": "<Object>",
667
+ "skew": "<Object>",
668
+ "color": "<Object>",
669
+ "eulerAngles": "<Object>",
670
+ "position": "<Object>",
671
+ "scale": "<Object>",
672
+ "__displayName__": "Node"
673
+ }
674
+ }
675
+ },
676
+ {
677
+ "tag": "div",
678
+ "id": "view",
679
+ "cls": "flex-1",
680
+ "text": "3D Node default 编辑 Canvas Wi"
681
+ },
682
+ {
683
+ "tag": "ui-panel-frame",
684
+ "id": "inspector",
685
+ "cls": "fit",
686
+ "text": "",
687
+ "fw": {
688
+ "prop.name": "属性检查器"
689
+ }
690
+ },
691
+ {
692
+ "tag": "ui-dock-panel",
693
+ "id": "",
694
+ "cls": "",
695
+ "text": ""
696
+ }
697
+ ]
698
+ },
699
+ {
700
+ "self": {
701
+ "tag": "ui-prop",
702
+ "id": "",
703
+ "cls": "",
704
+ "text": ""
705
+ },
706
+ "attrs": {
707
+ "name": "Scale",
708
+ "step": "0.1",
709
+ "type": "cc.Vec2",
710
+ "tooltip": "节点的整体缩放比例,会影响所有子节点",
711
+ "tabindex": "-1"
712
+ },
713
+ "fw": {
714
+ "prop.path": "null",
715
+ "prop._path": "null",
716
+ "prop.name": "Scale",
717
+ "prop._name": "Scale"
718
+ },
719
+ "ancestors": [
720
+ {
721
+ "tag": "ui-section",
722
+ "id": "",
723
+ "cls": "",
724
+ "text": "Node default 编辑"
725
+ },
726
+ {
727
+ "tag": "div",
728
+ "id": "",
729
+ "cls": "props flex-1",
730
+ "text": "Node default 编辑 Canvas Widge"
731
+ },
732
+ {
733
+ "tag": "div",
734
+ "id": "",
735
+ "cls": "fit layout vertical",
736
+ "text": "3D Node default 编辑 Canvas Wi",
737
+ "fw": {
738
+ "hasVue": true,
739
+ "vueKeys": [
740
+ "$el",
741
+ "$parent",
742
+ "$root",
743
+ "$children",
744
+ "$refs",
745
+ "$els",
746
+ "$options",
747
+ "popupComponentMenu",
748
+ "T",
749
+ "multi",
750
+ "target",
751
+ "cssBtn"
752
+ ],
753
+ "vue.target": {
754
+ "__keys": [
755
+ "uuid",
756
+ "uuids",
757
+ "__type__",
758
+ "__comps__",
759
+ "name",
760
+ "opacity",
761
+ "active",
762
+ "angle",
763
+ "group",
764
+ "is3DNode",
765
+ "anchor",
766
+ "size",
767
+ "skew",
768
+ "color",
769
+ "eulerAngles",
770
+ "position",
771
+ "scale",
772
+ "__displayName__"
773
+ ],
774
+ "uuid": "a5esZu+45LA5mBpvttspPD",
775
+ "uuids": "<Array>",
776
+ "__type__": "cc.Node",
777
+ "__comps__": "<Array>",
778
+ "name": "<Object>",
779
+ "opacity": "<Object>",
780
+ "active": "<Object>",
781
+ "angle": "<Object>",
782
+ "group": "<Object>",
783
+ "is3DNode": "<Object>",
784
+ "anchor": "<Object>",
785
+ "size": "<Object>",
786
+ "skew": "<Object>",
787
+ "color": "<Object>",
788
+ "eulerAngles": "<Object>",
789
+ "position": "<Object>",
790
+ "scale": "<Object>",
791
+ "__displayName__": "Node"
792
+ }
793
+ }
794
+ },
795
+ {
796
+ "tag": "div",
797
+ "id": "view",
798
+ "cls": "flex-1",
799
+ "text": "3D Node default 编辑 Canvas Wi"
800
+ },
801
+ {
802
+ "tag": "ui-panel-frame",
803
+ "id": "inspector",
804
+ "cls": "fit",
805
+ "text": "",
806
+ "fw": {
807
+ "prop.name": "属性检查器"
808
+ }
809
+ },
810
+ {
811
+ "tag": "ui-dock-panel",
812
+ "id": "",
813
+ "cls": "",
814
+ "text": ""
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "self": {
820
+ "tag": "ui-prop",
821
+ "id": "x-comp",
822
+ "cls": "fixed-label flex-1",
823
+ "text": ""
824
+ },
825
+ "attrs": {
826
+ "name": "X",
827
+ "id": "x-comp",
828
+ "subset": "",
829
+ "slidable": "",
830
+ "tabindex": "-1"
831
+ },
832
+ "fw": {
833
+ "prop.path": "null",
834
+ "prop._path": "null",
835
+ "prop.name": "X",
836
+ "prop._name": "X"
837
+ },
838
+ "ancestors": [
839
+ {
840
+ "tag": "ui-prop",
841
+ "id": "",
842
+ "cls": "",
843
+ "text": "",
844
+ "fw": {
845
+ "prop.path": "null",
846
+ "prop._path": "null",
847
+ "prop.name": "Scale",
848
+ "prop._name": "Scale"
849
+ }
850
+ },
851
+ {
852
+ "tag": "ui-section",
853
+ "id": "",
854
+ "cls": "",
855
+ "text": "Node default 编辑"
856
+ },
857
+ {
858
+ "tag": "div",
859
+ "id": "",
860
+ "cls": "props flex-1",
861
+ "text": "Node default 编辑 Canvas Widge"
862
+ },
863
+ {
864
+ "tag": "div",
865
+ "id": "",
866
+ "cls": "fit layout vertical",
867
+ "text": "3D Node default 编辑 Canvas Wi",
868
+ "fw": {
869
+ "hasVue": true,
870
+ "vueKeys": [
871
+ "$el",
872
+ "$parent",
873
+ "$root",
874
+ "$children",
875
+ "$refs",
876
+ "$els",
877
+ "$options",
878
+ "popupComponentMenu",
879
+ "T",
880
+ "multi",
881
+ "target",
882
+ "cssBtn"
883
+ ],
884
+ "vue.target": {
885
+ "__keys": [
886
+ "uuid",
887
+ "uuids",
888
+ "__type__",
889
+ "__comps__",
890
+ "name",
891
+ "opacity",
892
+ "active",
893
+ "angle",
894
+ "group",
895
+ "is3DNode",
896
+ "anchor",
897
+ "size",
898
+ "skew",
899
+ "color",
900
+ "eulerAngles",
901
+ "position",
902
+ "scale",
903
+ "__displayName__"
904
+ ],
905
+ "uuid": "a5esZu+45LA5mBpvttspPD",
906
+ "uuids": "<Array>",
907
+ "__type__": "cc.Node",
908
+ "__comps__": "<Array>",
909
+ "name": "<Object>",
910
+ "opacity": "<Object>",
911
+ "active": "<Object>",
912
+ "angle": "<Object>",
913
+ "group": "<Object>",
914
+ "is3DNode": "<Object>",
915
+ "anchor": "<Object>",
916
+ "size": "<Object>",
917
+ "skew": "<Object>",
918
+ "color": "<Object>",
919
+ "eulerAngles": "<Object>",
920
+ "position": "<Object>",
921
+ "scale": "<Object>",
922
+ "__displayName__": "Node"
923
+ }
924
+ }
925
+ },
926
+ {
927
+ "tag": "div",
928
+ "id": "view",
929
+ "cls": "flex-1",
930
+ "text": "3D Node default 编辑 Canvas Wi"
931
+ },
932
+ {
933
+ "tag": "ui-panel-frame",
934
+ "id": "inspector",
935
+ "cls": "fit",
936
+ "text": "",
937
+ "fw": {
938
+ "prop.name": "属性检查器"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "self": {
945
+ "tag": "ui-prop",
946
+ "id": "y-comp",
947
+ "cls": "fixed-label flex-1",
948
+ "text": ""
949
+ },
950
+ "attrs": {
951
+ "name": "Y",
952
+ "id": "y-comp",
953
+ "subset": "",
954
+ "slidable": "",
955
+ "tabindex": "-1"
956
+ },
957
+ "fw": {
958
+ "prop.path": "null",
959
+ "prop._path": "null",
960
+ "prop.name": "Y",
961
+ "prop._name": "Y"
962
+ },
963
+ "ancestors": [
964
+ {
965
+ "tag": "ui-prop",
966
+ "id": "",
967
+ "cls": "",
968
+ "text": "",
969
+ "fw": {
970
+ "prop.path": "null",
971
+ "prop._path": "null",
972
+ "prop.name": "Scale",
973
+ "prop._name": "Scale"
974
+ }
975
+ },
976
+ {
977
+ "tag": "ui-section",
978
+ "id": "",
979
+ "cls": "",
980
+ "text": "Node default 编辑"
981
+ },
982
+ {
983
+ "tag": "div",
984
+ "id": "",
985
+ "cls": "props flex-1",
986
+ "text": "Node default 编辑 Canvas Widge"
987
+ },
988
+ {
989
+ "tag": "div",
990
+ "id": "",
991
+ "cls": "fit layout vertical",
992
+ "text": "3D Node default 编辑 Canvas Wi",
993
+ "fw": {
994
+ "hasVue": true,
995
+ "vueKeys": [
996
+ "$el",
997
+ "$parent",
998
+ "$root",
999
+ "$children",
1000
+ "$refs",
1001
+ "$els",
1002
+ "$options",
1003
+ "popupComponentMenu",
1004
+ "T",
1005
+ "multi",
1006
+ "target",
1007
+ "cssBtn"
1008
+ ],
1009
+ "vue.target": {
1010
+ "__keys": [
1011
+ "uuid",
1012
+ "uuids",
1013
+ "__type__",
1014
+ "__comps__",
1015
+ "name",
1016
+ "opacity",
1017
+ "active",
1018
+ "angle",
1019
+ "group",
1020
+ "is3DNode",
1021
+ "anchor",
1022
+ "size",
1023
+ "skew",
1024
+ "color",
1025
+ "eulerAngles",
1026
+ "position",
1027
+ "scale",
1028
+ "__displayName__"
1029
+ ],
1030
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1031
+ "uuids": "<Array>",
1032
+ "__type__": "cc.Node",
1033
+ "__comps__": "<Array>",
1034
+ "name": "<Object>",
1035
+ "opacity": "<Object>",
1036
+ "active": "<Object>",
1037
+ "angle": "<Object>",
1038
+ "group": "<Object>",
1039
+ "is3DNode": "<Object>",
1040
+ "anchor": "<Object>",
1041
+ "size": "<Object>",
1042
+ "skew": "<Object>",
1043
+ "color": "<Object>",
1044
+ "eulerAngles": "<Object>",
1045
+ "position": "<Object>",
1046
+ "scale": "<Object>",
1047
+ "__displayName__": "Node"
1048
+ }
1049
+ }
1050
+ },
1051
+ {
1052
+ "tag": "div",
1053
+ "id": "view",
1054
+ "cls": "flex-1",
1055
+ "text": "3D Node default 编辑 Canvas Wi"
1056
+ },
1057
+ {
1058
+ "tag": "ui-panel-frame",
1059
+ "id": "inspector",
1060
+ "cls": "fit",
1061
+ "text": "",
1062
+ "fw": {
1063
+ "prop.name": "属性检查器"
1064
+ }
1065
+ }
1066
+ ]
1067
+ },
1068
+ {
1069
+ "self": {
1070
+ "tag": "ui-prop",
1071
+ "id": "",
1072
+ "cls": "",
1073
+ "text": ""
1074
+ },
1075
+ "attrs": {
1076
+ "name": "Anchor",
1077
+ "type": "cc.Vec2",
1078
+ "step": "0.1",
1079
+ "tooltip": "节点位置和旋转的基准点,(0,0)表示左下角,(1,1)表示右上角",
1080
+ "tabindex": "-1",
1081
+ "readonly": "",
1082
+ "is-readonly": ""
1083
+ },
1084
+ "fw": {
1085
+ "prop.path": "null",
1086
+ "prop._path": "null",
1087
+ "prop.name": "Anchor",
1088
+ "prop._name": "Anchor"
1089
+ },
1090
+ "ancestors": [
1091
+ {
1092
+ "tag": "ui-section",
1093
+ "id": "",
1094
+ "cls": "",
1095
+ "text": "Node default 编辑"
1096
+ },
1097
+ {
1098
+ "tag": "div",
1099
+ "id": "",
1100
+ "cls": "props flex-1",
1101
+ "text": "Node default 编辑 Canvas Widge"
1102
+ },
1103
+ {
1104
+ "tag": "div",
1105
+ "id": "",
1106
+ "cls": "fit layout vertical",
1107
+ "text": "3D Node default 编辑 Canvas Wi",
1108
+ "fw": {
1109
+ "hasVue": true,
1110
+ "vueKeys": [
1111
+ "$el",
1112
+ "$parent",
1113
+ "$root",
1114
+ "$children",
1115
+ "$refs",
1116
+ "$els",
1117
+ "$options",
1118
+ "popupComponentMenu",
1119
+ "T",
1120
+ "multi",
1121
+ "target",
1122
+ "cssBtn"
1123
+ ],
1124
+ "vue.target": {
1125
+ "__keys": [
1126
+ "uuid",
1127
+ "uuids",
1128
+ "__type__",
1129
+ "__comps__",
1130
+ "name",
1131
+ "opacity",
1132
+ "active",
1133
+ "angle",
1134
+ "group",
1135
+ "is3DNode",
1136
+ "anchor",
1137
+ "size",
1138
+ "skew",
1139
+ "color",
1140
+ "eulerAngles",
1141
+ "position",
1142
+ "scale",
1143
+ "__displayName__"
1144
+ ],
1145
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1146
+ "uuids": "<Array>",
1147
+ "__type__": "cc.Node",
1148
+ "__comps__": "<Array>",
1149
+ "name": "<Object>",
1150
+ "opacity": "<Object>",
1151
+ "active": "<Object>",
1152
+ "angle": "<Object>",
1153
+ "group": "<Object>",
1154
+ "is3DNode": "<Object>",
1155
+ "anchor": "<Object>",
1156
+ "size": "<Object>",
1157
+ "skew": "<Object>",
1158
+ "color": "<Object>",
1159
+ "eulerAngles": "<Object>",
1160
+ "position": "<Object>",
1161
+ "scale": "<Object>",
1162
+ "__displayName__": "Node"
1163
+ }
1164
+ }
1165
+ },
1166
+ {
1167
+ "tag": "div",
1168
+ "id": "view",
1169
+ "cls": "flex-1",
1170
+ "text": "3D Node default 编辑 Canvas Wi"
1171
+ },
1172
+ {
1173
+ "tag": "ui-panel-frame",
1174
+ "id": "inspector",
1175
+ "cls": "fit",
1176
+ "text": "",
1177
+ "fw": {
1178
+ "prop.name": "属性检查器"
1179
+ }
1180
+ },
1181
+ {
1182
+ "tag": "ui-dock-panel",
1183
+ "id": "",
1184
+ "cls": "",
1185
+ "text": ""
1186
+ }
1187
+ ]
1188
+ },
1189
+ {
1190
+ "self": {
1191
+ "tag": "ui-prop",
1192
+ "id": "x-comp",
1193
+ "cls": "fixed-label flex-1",
1194
+ "text": ""
1195
+ },
1196
+ "attrs": {
1197
+ "name": "X",
1198
+ "id": "x-comp",
1199
+ "subset": "",
1200
+ "slidable": "",
1201
+ "tabindex": "-1",
1202
+ "is-readonly": ""
1203
+ },
1204
+ "fw": {
1205
+ "prop.path": "null",
1206
+ "prop._path": "null",
1207
+ "prop.name": "X",
1208
+ "prop._name": "X"
1209
+ },
1210
+ "ancestors": [
1211
+ {
1212
+ "tag": "ui-prop",
1213
+ "id": "",
1214
+ "cls": "",
1215
+ "text": "",
1216
+ "fw": {
1217
+ "prop.path": "null",
1218
+ "prop._path": "null",
1219
+ "prop.name": "Anchor",
1220
+ "prop._name": "Anchor"
1221
+ }
1222
+ },
1223
+ {
1224
+ "tag": "ui-section",
1225
+ "id": "",
1226
+ "cls": "",
1227
+ "text": "Node default 编辑"
1228
+ },
1229
+ {
1230
+ "tag": "div",
1231
+ "id": "",
1232
+ "cls": "props flex-1",
1233
+ "text": "Node default 编辑 Canvas Widge"
1234
+ },
1235
+ {
1236
+ "tag": "div",
1237
+ "id": "",
1238
+ "cls": "fit layout vertical",
1239
+ "text": "3D Node default 编辑 Canvas Wi",
1240
+ "fw": {
1241
+ "hasVue": true,
1242
+ "vueKeys": [
1243
+ "$el",
1244
+ "$parent",
1245
+ "$root",
1246
+ "$children",
1247
+ "$refs",
1248
+ "$els",
1249
+ "$options",
1250
+ "popupComponentMenu",
1251
+ "T",
1252
+ "multi",
1253
+ "target",
1254
+ "cssBtn"
1255
+ ],
1256
+ "vue.target": {
1257
+ "__keys": [
1258
+ "uuid",
1259
+ "uuids",
1260
+ "__type__",
1261
+ "__comps__",
1262
+ "name",
1263
+ "opacity",
1264
+ "active",
1265
+ "angle",
1266
+ "group",
1267
+ "is3DNode",
1268
+ "anchor",
1269
+ "size",
1270
+ "skew",
1271
+ "color",
1272
+ "eulerAngles",
1273
+ "position",
1274
+ "scale",
1275
+ "__displayName__"
1276
+ ],
1277
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1278
+ "uuids": "<Array>",
1279
+ "__type__": "cc.Node",
1280
+ "__comps__": "<Array>",
1281
+ "name": "<Object>",
1282
+ "opacity": "<Object>",
1283
+ "active": "<Object>",
1284
+ "angle": "<Object>",
1285
+ "group": "<Object>",
1286
+ "is3DNode": "<Object>",
1287
+ "anchor": "<Object>",
1288
+ "size": "<Object>",
1289
+ "skew": "<Object>",
1290
+ "color": "<Object>",
1291
+ "eulerAngles": "<Object>",
1292
+ "position": "<Object>",
1293
+ "scale": "<Object>",
1294
+ "__displayName__": "Node"
1295
+ }
1296
+ }
1297
+ },
1298
+ {
1299
+ "tag": "div",
1300
+ "id": "view",
1301
+ "cls": "flex-1",
1302
+ "text": "3D Node default 编辑 Canvas Wi"
1303
+ },
1304
+ {
1305
+ "tag": "ui-panel-frame",
1306
+ "id": "inspector",
1307
+ "cls": "fit",
1308
+ "text": "",
1309
+ "fw": {
1310
+ "prop.name": "属性检查器"
1311
+ }
1312
+ }
1313
+ ]
1314
+ },
1315
+ {
1316
+ "self": {
1317
+ "tag": "ui-prop",
1318
+ "id": "y-comp",
1319
+ "cls": "fixed-label flex-1",
1320
+ "text": ""
1321
+ },
1322
+ "attrs": {
1323
+ "name": "Y",
1324
+ "id": "y-comp",
1325
+ "subset": "",
1326
+ "slidable": "",
1327
+ "tabindex": "-1",
1328
+ "is-readonly": ""
1329
+ },
1330
+ "fw": {
1331
+ "prop.path": "null",
1332
+ "prop._path": "null",
1333
+ "prop.name": "Y",
1334
+ "prop._name": "Y"
1335
+ },
1336
+ "ancestors": [
1337
+ {
1338
+ "tag": "ui-prop",
1339
+ "id": "",
1340
+ "cls": "",
1341
+ "text": "",
1342
+ "fw": {
1343
+ "prop.path": "null",
1344
+ "prop._path": "null",
1345
+ "prop.name": "Anchor",
1346
+ "prop._name": "Anchor"
1347
+ }
1348
+ },
1349
+ {
1350
+ "tag": "ui-section",
1351
+ "id": "",
1352
+ "cls": "",
1353
+ "text": "Node default 编辑"
1354
+ },
1355
+ {
1356
+ "tag": "div",
1357
+ "id": "",
1358
+ "cls": "props flex-1",
1359
+ "text": "Node default 编辑 Canvas Widge"
1360
+ },
1361
+ {
1362
+ "tag": "div",
1363
+ "id": "",
1364
+ "cls": "fit layout vertical",
1365
+ "text": "3D Node default 编辑 Canvas Wi",
1366
+ "fw": {
1367
+ "hasVue": true,
1368
+ "vueKeys": [
1369
+ "$el",
1370
+ "$parent",
1371
+ "$root",
1372
+ "$children",
1373
+ "$refs",
1374
+ "$els",
1375
+ "$options",
1376
+ "popupComponentMenu",
1377
+ "T",
1378
+ "multi",
1379
+ "target",
1380
+ "cssBtn"
1381
+ ],
1382
+ "vue.target": {
1383
+ "__keys": [
1384
+ "uuid",
1385
+ "uuids",
1386
+ "__type__",
1387
+ "__comps__",
1388
+ "name",
1389
+ "opacity",
1390
+ "active",
1391
+ "angle",
1392
+ "group",
1393
+ "is3DNode",
1394
+ "anchor",
1395
+ "size",
1396
+ "skew",
1397
+ "color",
1398
+ "eulerAngles",
1399
+ "position",
1400
+ "scale",
1401
+ "__displayName__"
1402
+ ],
1403
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1404
+ "uuids": "<Array>",
1405
+ "__type__": "cc.Node",
1406
+ "__comps__": "<Array>",
1407
+ "name": "<Object>",
1408
+ "opacity": "<Object>",
1409
+ "active": "<Object>",
1410
+ "angle": "<Object>",
1411
+ "group": "<Object>",
1412
+ "is3DNode": "<Object>",
1413
+ "anchor": "<Object>",
1414
+ "size": "<Object>",
1415
+ "skew": "<Object>",
1416
+ "color": "<Object>",
1417
+ "eulerAngles": "<Object>",
1418
+ "position": "<Object>",
1419
+ "scale": "<Object>",
1420
+ "__displayName__": "Node"
1421
+ }
1422
+ }
1423
+ },
1424
+ {
1425
+ "tag": "div",
1426
+ "id": "view",
1427
+ "cls": "flex-1",
1428
+ "text": "3D Node default 编辑 Canvas Wi"
1429
+ },
1430
+ {
1431
+ "tag": "ui-panel-frame",
1432
+ "id": "inspector",
1433
+ "cls": "fit",
1434
+ "text": "",
1435
+ "fw": {
1436
+ "prop.name": "属性检查器"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "self": {
1443
+ "tag": "ui-prop",
1444
+ "id": "",
1445
+ "cls": "",
1446
+ "text": ""
1447
+ },
1448
+ "attrs": {
1449
+ "name": "Size",
1450
+ "type": "cc.Size",
1451
+ "step": "1",
1452
+ "tooltip": "节点的内容尺寸,以像素为单位,在排版中至关重要。修改 size 不会影响子节点。",
1453
+ "tabindex": "-1",
1454
+ "readonly": "",
1455
+ "is-readonly": ""
1456
+ },
1457
+ "fw": {
1458
+ "prop.path": "null",
1459
+ "prop._path": "null",
1460
+ "prop.name": "Size",
1461
+ "prop._name": "Size"
1462
+ },
1463
+ "ancestors": [
1464
+ {
1465
+ "tag": "ui-section",
1466
+ "id": "",
1467
+ "cls": "",
1468
+ "text": "Node default 编辑"
1469
+ },
1470
+ {
1471
+ "tag": "div",
1472
+ "id": "",
1473
+ "cls": "props flex-1",
1474
+ "text": "Node default 编辑 Canvas Widge"
1475
+ },
1476
+ {
1477
+ "tag": "div",
1478
+ "id": "",
1479
+ "cls": "fit layout vertical",
1480
+ "text": "3D Node default 编辑 Canvas Wi",
1481
+ "fw": {
1482
+ "hasVue": true,
1483
+ "vueKeys": [
1484
+ "$el",
1485
+ "$parent",
1486
+ "$root",
1487
+ "$children",
1488
+ "$refs",
1489
+ "$els",
1490
+ "$options",
1491
+ "popupComponentMenu",
1492
+ "T",
1493
+ "multi",
1494
+ "target",
1495
+ "cssBtn"
1496
+ ],
1497
+ "vue.target": {
1498
+ "__keys": [
1499
+ "uuid",
1500
+ "uuids",
1501
+ "__type__",
1502
+ "__comps__",
1503
+ "name",
1504
+ "opacity",
1505
+ "active",
1506
+ "angle",
1507
+ "group",
1508
+ "is3DNode",
1509
+ "anchor",
1510
+ "size",
1511
+ "skew",
1512
+ "color",
1513
+ "eulerAngles",
1514
+ "position",
1515
+ "scale",
1516
+ "__displayName__"
1517
+ ],
1518
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1519
+ "uuids": "<Array>",
1520
+ "__type__": "cc.Node",
1521
+ "__comps__": "<Array>",
1522
+ "name": "<Object>",
1523
+ "opacity": "<Object>",
1524
+ "active": "<Object>",
1525
+ "angle": "<Object>",
1526
+ "group": "<Object>",
1527
+ "is3DNode": "<Object>",
1528
+ "anchor": "<Object>",
1529
+ "size": "<Object>",
1530
+ "skew": "<Object>",
1531
+ "color": "<Object>",
1532
+ "eulerAngles": "<Object>",
1533
+ "position": "<Object>",
1534
+ "scale": "<Object>",
1535
+ "__displayName__": "Node"
1536
+ }
1537
+ }
1538
+ },
1539
+ {
1540
+ "tag": "div",
1541
+ "id": "view",
1542
+ "cls": "flex-1",
1543
+ "text": "3D Node default 编辑 Canvas Wi"
1544
+ },
1545
+ {
1546
+ "tag": "ui-panel-frame",
1547
+ "id": "inspector",
1548
+ "cls": "fit",
1549
+ "text": "",
1550
+ "fw": {
1551
+ "prop.name": "属性检查器"
1552
+ }
1553
+ },
1554
+ {
1555
+ "tag": "ui-dock-panel",
1556
+ "id": "",
1557
+ "cls": "",
1558
+ "text": ""
1559
+ }
1560
+ ]
1561
+ },
1562
+ {
1563
+ "self": {
1564
+ "tag": "ui-prop",
1565
+ "id": "w-comp",
1566
+ "cls": "fixed-label flex-1",
1567
+ "text": ""
1568
+ },
1569
+ "attrs": {
1570
+ "name": "W",
1571
+ "id": "w-comp",
1572
+ "subset": "",
1573
+ "slidable": "",
1574
+ "tabindex": "-1",
1575
+ "is-readonly": ""
1576
+ },
1577
+ "fw": {
1578
+ "prop.path": "null",
1579
+ "prop._path": "null",
1580
+ "prop.name": "W",
1581
+ "prop._name": "W"
1582
+ },
1583
+ "ancestors": [
1584
+ {
1585
+ "tag": "ui-prop",
1586
+ "id": "",
1587
+ "cls": "",
1588
+ "text": "",
1589
+ "fw": {
1590
+ "prop.path": "null",
1591
+ "prop._path": "null",
1592
+ "prop.name": "Size",
1593
+ "prop._name": "Size"
1594
+ }
1595
+ },
1596
+ {
1597
+ "tag": "ui-section",
1598
+ "id": "",
1599
+ "cls": "",
1600
+ "text": "Node default 编辑"
1601
+ },
1602
+ {
1603
+ "tag": "div",
1604
+ "id": "",
1605
+ "cls": "props flex-1",
1606
+ "text": "Node default 编辑 Canvas Widge"
1607
+ },
1608
+ {
1609
+ "tag": "div",
1610
+ "id": "",
1611
+ "cls": "fit layout vertical",
1612
+ "text": "3D Node default 编辑 Canvas Wi",
1613
+ "fw": {
1614
+ "hasVue": true,
1615
+ "vueKeys": [
1616
+ "$el",
1617
+ "$parent",
1618
+ "$root",
1619
+ "$children",
1620
+ "$refs",
1621
+ "$els",
1622
+ "$options",
1623
+ "popupComponentMenu",
1624
+ "T",
1625
+ "multi",
1626
+ "target",
1627
+ "cssBtn"
1628
+ ],
1629
+ "vue.target": {
1630
+ "__keys": [
1631
+ "uuid",
1632
+ "uuids",
1633
+ "__type__",
1634
+ "__comps__",
1635
+ "name",
1636
+ "opacity",
1637
+ "active",
1638
+ "angle",
1639
+ "group",
1640
+ "is3DNode",
1641
+ "anchor",
1642
+ "size",
1643
+ "skew",
1644
+ "color",
1645
+ "eulerAngles",
1646
+ "position",
1647
+ "scale",
1648
+ "__displayName__"
1649
+ ],
1650
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1651
+ "uuids": "<Array>",
1652
+ "__type__": "cc.Node",
1653
+ "__comps__": "<Array>",
1654
+ "name": "<Object>",
1655
+ "opacity": "<Object>",
1656
+ "active": "<Object>",
1657
+ "angle": "<Object>",
1658
+ "group": "<Object>",
1659
+ "is3DNode": "<Object>",
1660
+ "anchor": "<Object>",
1661
+ "size": "<Object>",
1662
+ "skew": "<Object>",
1663
+ "color": "<Object>",
1664
+ "eulerAngles": "<Object>",
1665
+ "position": "<Object>",
1666
+ "scale": "<Object>",
1667
+ "__displayName__": "Node"
1668
+ }
1669
+ }
1670
+ },
1671
+ {
1672
+ "tag": "div",
1673
+ "id": "view",
1674
+ "cls": "flex-1",
1675
+ "text": "3D Node default 编辑 Canvas Wi"
1676
+ },
1677
+ {
1678
+ "tag": "ui-panel-frame",
1679
+ "id": "inspector",
1680
+ "cls": "fit",
1681
+ "text": "",
1682
+ "fw": {
1683
+ "prop.name": "属性检查器"
1684
+ }
1685
+ }
1686
+ ]
1687
+ },
1688
+ {
1689
+ "self": {
1690
+ "tag": "ui-prop",
1691
+ "id": "h-comp",
1692
+ "cls": "fixed-label flex-1",
1693
+ "text": ""
1694
+ },
1695
+ "attrs": {
1696
+ "name": "H",
1697
+ "id": "h-comp",
1698
+ "subset": "",
1699
+ "slidable": "",
1700
+ "tabindex": "-1",
1701
+ "is-readonly": ""
1702
+ },
1703
+ "fw": {
1704
+ "prop.path": "null",
1705
+ "prop._path": "null",
1706
+ "prop.name": "H",
1707
+ "prop._name": "H"
1708
+ },
1709
+ "ancestors": [
1710
+ {
1711
+ "tag": "ui-prop",
1712
+ "id": "",
1713
+ "cls": "",
1714
+ "text": "",
1715
+ "fw": {
1716
+ "prop.path": "null",
1717
+ "prop._path": "null",
1718
+ "prop.name": "Size",
1719
+ "prop._name": "Size"
1720
+ }
1721
+ },
1722
+ {
1723
+ "tag": "ui-section",
1724
+ "id": "",
1725
+ "cls": "",
1726
+ "text": "Node default 编辑"
1727
+ },
1728
+ {
1729
+ "tag": "div",
1730
+ "id": "",
1731
+ "cls": "props flex-1",
1732
+ "text": "Node default 编辑 Canvas Widge"
1733
+ },
1734
+ {
1735
+ "tag": "div",
1736
+ "id": "",
1737
+ "cls": "fit layout vertical",
1738
+ "text": "3D Node default 编辑 Canvas Wi",
1739
+ "fw": {
1740
+ "hasVue": true,
1741
+ "vueKeys": [
1742
+ "$el",
1743
+ "$parent",
1744
+ "$root",
1745
+ "$children",
1746
+ "$refs",
1747
+ "$els",
1748
+ "$options",
1749
+ "popupComponentMenu",
1750
+ "T",
1751
+ "multi",
1752
+ "target",
1753
+ "cssBtn"
1754
+ ],
1755
+ "vue.target": {
1756
+ "__keys": [
1757
+ "uuid",
1758
+ "uuids",
1759
+ "__type__",
1760
+ "__comps__",
1761
+ "name",
1762
+ "opacity",
1763
+ "active",
1764
+ "angle",
1765
+ "group",
1766
+ "is3DNode",
1767
+ "anchor",
1768
+ "size",
1769
+ "skew",
1770
+ "color",
1771
+ "eulerAngles",
1772
+ "position",
1773
+ "scale",
1774
+ "__displayName__"
1775
+ ],
1776
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1777
+ "uuids": "<Array>",
1778
+ "__type__": "cc.Node",
1779
+ "__comps__": "<Array>",
1780
+ "name": "<Object>",
1781
+ "opacity": "<Object>",
1782
+ "active": "<Object>",
1783
+ "angle": "<Object>",
1784
+ "group": "<Object>",
1785
+ "is3DNode": "<Object>",
1786
+ "anchor": "<Object>",
1787
+ "size": "<Object>",
1788
+ "skew": "<Object>",
1789
+ "color": "<Object>",
1790
+ "eulerAngles": "<Object>",
1791
+ "position": "<Object>",
1792
+ "scale": "<Object>",
1793
+ "__displayName__": "Node"
1794
+ }
1795
+ }
1796
+ },
1797
+ {
1798
+ "tag": "div",
1799
+ "id": "view",
1800
+ "cls": "flex-1",
1801
+ "text": "3D Node default 编辑 Canvas Wi"
1802
+ },
1803
+ {
1804
+ "tag": "ui-panel-frame",
1805
+ "id": "inspector",
1806
+ "cls": "fit",
1807
+ "text": "",
1808
+ "fw": {
1809
+ "prop.name": "属性检查器"
1810
+ }
1811
+ }
1812
+ ]
1813
+ },
1814
+ {
1815
+ "self": {
1816
+ "tag": "ui-prop",
1817
+ "id": "",
1818
+ "cls": "",
1819
+ "text": ""
1820
+ },
1821
+ "attrs": {
1822
+ "name": "Color",
1823
+ "type": "cc.Color",
1824
+ "tooltip": "节点的颜色,会影响节点上的渲染组件的颜色显示",
1825
+ "tabindex": "-1"
1826
+ },
1827
+ "fw": {
1828
+ "prop.path": "null",
1829
+ "prop._path": "null",
1830
+ "prop.name": "Color",
1831
+ "prop._name": "Color"
1832
+ },
1833
+ "ancestors": [
1834
+ {
1835
+ "tag": "ui-section",
1836
+ "id": "",
1837
+ "cls": "",
1838
+ "text": "Node default 编辑"
1839
+ },
1840
+ {
1841
+ "tag": "div",
1842
+ "id": "",
1843
+ "cls": "props flex-1",
1844
+ "text": "Node default 编辑 Canvas Widge"
1845
+ },
1846
+ {
1847
+ "tag": "div",
1848
+ "id": "",
1849
+ "cls": "fit layout vertical",
1850
+ "text": "3D Node default 编辑 Canvas Wi",
1851
+ "fw": {
1852
+ "hasVue": true,
1853
+ "vueKeys": [
1854
+ "$el",
1855
+ "$parent",
1856
+ "$root",
1857
+ "$children",
1858
+ "$refs",
1859
+ "$els",
1860
+ "$options",
1861
+ "popupComponentMenu",
1862
+ "T",
1863
+ "multi",
1864
+ "target",
1865
+ "cssBtn"
1866
+ ],
1867
+ "vue.target": {
1868
+ "__keys": [
1869
+ "uuid",
1870
+ "uuids",
1871
+ "__type__",
1872
+ "__comps__",
1873
+ "name",
1874
+ "opacity",
1875
+ "active",
1876
+ "angle",
1877
+ "group",
1878
+ "is3DNode",
1879
+ "anchor",
1880
+ "size",
1881
+ "skew",
1882
+ "color",
1883
+ "eulerAngles",
1884
+ "position",
1885
+ "scale",
1886
+ "__displayName__"
1887
+ ],
1888
+ "uuid": "a5esZu+45LA5mBpvttspPD",
1889
+ "uuids": "<Array>",
1890
+ "__type__": "cc.Node",
1891
+ "__comps__": "<Array>",
1892
+ "name": "<Object>",
1893
+ "opacity": "<Object>",
1894
+ "active": "<Object>",
1895
+ "angle": "<Object>",
1896
+ "group": "<Object>",
1897
+ "is3DNode": "<Object>",
1898
+ "anchor": "<Object>",
1899
+ "size": "<Object>",
1900
+ "skew": "<Object>",
1901
+ "color": "<Object>",
1902
+ "eulerAngles": "<Object>",
1903
+ "position": "<Object>",
1904
+ "scale": "<Object>",
1905
+ "__displayName__": "Node"
1906
+ }
1907
+ }
1908
+ },
1909
+ {
1910
+ "tag": "div",
1911
+ "id": "view",
1912
+ "cls": "flex-1",
1913
+ "text": "3D Node default 编辑 Canvas Wi"
1914
+ },
1915
+ {
1916
+ "tag": "ui-panel-frame",
1917
+ "id": "inspector",
1918
+ "cls": "fit",
1919
+ "text": "",
1920
+ "fw": {
1921
+ "prop.name": "属性检查器"
1922
+ }
1923
+ },
1924
+ {
1925
+ "tag": "ui-dock-panel",
1926
+ "id": "",
1927
+ "cls": "",
1928
+ "text": ""
1929
+ }
1930
+ ]
1931
+ },
1932
+ {
1933
+ "self": {
1934
+ "tag": "ui-prop",
1935
+ "id": "",
1936
+ "cls": "",
1937
+ "text": ""
1938
+ },
1939
+ "attrs": {
1940
+ "name": "Opacity",
1941
+ "type": "number",
1942
+ "min": "0",
1943
+ "max": "255",
1944
+ "step": "1",
1945
+ "slidable": "",
1946
+ "tooltip": "节点的不透明度,会影响本节点和所有子节点上渲染组件的不透明度",
1947
+ "tabindex": "-1"
1948
+ },
1949
+ "fw": {
1950
+ "prop.path": "null",
1951
+ "prop._path": "null",
1952
+ "prop._value": "255",
1953
+ "prop.name": "Opacity",
1954
+ "prop._name": "Opacity"
1955
+ },
1956
+ "ancestors": [
1957
+ {
1958
+ "tag": "ui-section",
1959
+ "id": "",
1960
+ "cls": "",
1961
+ "text": "Node default 编辑"
1962
+ },
1963
+ {
1964
+ "tag": "div",
1965
+ "id": "",
1966
+ "cls": "props flex-1",
1967
+ "text": "Node default 编辑 Canvas Widge"
1968
+ },
1969
+ {
1970
+ "tag": "div",
1971
+ "id": "",
1972
+ "cls": "fit layout vertical",
1973
+ "text": "3D Node default 编辑 Canvas Wi",
1974
+ "fw": {
1975
+ "hasVue": true,
1976
+ "vueKeys": [
1977
+ "$el",
1978
+ "$parent",
1979
+ "$root",
1980
+ "$children",
1981
+ "$refs",
1982
+ "$els",
1983
+ "$options",
1984
+ "popupComponentMenu",
1985
+ "T",
1986
+ "multi",
1987
+ "target",
1988
+ "cssBtn"
1989
+ ],
1990
+ "vue.target": {
1991
+ "__keys": [
1992
+ "uuid",
1993
+ "uuids",
1994
+ "__type__",
1995
+ "__comps__",
1996
+ "name",
1997
+ "opacity",
1998
+ "active",
1999
+ "angle",
2000
+ "group",
2001
+ "is3DNode",
2002
+ "anchor",
2003
+ "size",
2004
+ "skew",
2005
+ "color",
2006
+ "eulerAngles",
2007
+ "position",
2008
+ "scale",
2009
+ "__displayName__"
2010
+ ],
2011
+ "uuid": "a5esZu+45LA5mBpvttspPD",
2012
+ "uuids": "<Array>",
2013
+ "__type__": "cc.Node",
2014
+ "__comps__": "<Array>",
2015
+ "name": "<Object>",
2016
+ "opacity": "<Object>",
2017
+ "active": "<Object>",
2018
+ "angle": "<Object>",
2019
+ "group": "<Object>",
2020
+ "is3DNode": "<Object>",
2021
+ "anchor": "<Object>",
2022
+ "size": "<Object>",
2023
+ "skew": "<Object>",
2024
+ "color": "<Object>",
2025
+ "eulerAngles": "<Object>",
2026
+ "position": "<Object>",
2027
+ "scale": "<Object>",
2028
+ "__displayName__": "Node"
2029
+ }
2030
+ }
2031
+ },
2032
+ {
2033
+ "tag": "div",
2034
+ "id": "view",
2035
+ "cls": "flex-1",
2036
+ "text": "3D Node default 编辑 Canvas Wi"
2037
+ },
2038
+ {
2039
+ "tag": "ui-panel-frame",
2040
+ "id": "inspector",
2041
+ "cls": "fit",
2042
+ "text": "",
2043
+ "fw": {
2044
+ "prop.name": "属性检查器"
2045
+ }
2046
+ },
2047
+ {
2048
+ "tag": "ui-dock-panel",
2049
+ "id": "",
2050
+ "cls": "",
2051
+ "text": ""
2052
+ }
2053
+ ]
2054
+ },
2055
+ {
2056
+ "self": {
2057
+ "tag": "ui-prop",
2058
+ "id": "",
2059
+ "cls": "",
2060
+ "text": ""
2061
+ },
2062
+ "attrs": {
2063
+ "name": "Skew",
2064
+ "type": "cc.Vec2",
2065
+ "step": "1",
2066
+ "tabindex": "-1"
2067
+ },
2068
+ "fw": {
2069
+ "prop.path": "null",
2070
+ "prop._path": "null",
2071
+ "prop.name": "Skew",
2072
+ "prop._name": "Skew"
2073
+ },
2074
+ "ancestors": [
2075
+ {
2076
+ "tag": "ui-section",
2077
+ "id": "",
2078
+ "cls": "",
2079
+ "text": "Node default 编辑"
2080
+ },
2081
+ {
2082
+ "tag": "div",
2083
+ "id": "",
2084
+ "cls": "props flex-1",
2085
+ "text": "Node default 编辑 Canvas Widge"
2086
+ },
2087
+ {
2088
+ "tag": "div",
2089
+ "id": "",
2090
+ "cls": "fit layout vertical",
2091
+ "text": "3D Node default 编辑 Canvas Wi",
2092
+ "fw": {
2093
+ "hasVue": true,
2094
+ "vueKeys": [
2095
+ "$el",
2096
+ "$parent",
2097
+ "$root",
2098
+ "$children",
2099
+ "$refs",
2100
+ "$els",
2101
+ "$options",
2102
+ "popupComponentMenu",
2103
+ "T",
2104
+ "multi",
2105
+ "target",
2106
+ "cssBtn"
2107
+ ],
2108
+ "vue.target": {
2109
+ "__keys": [
2110
+ "uuid",
2111
+ "uuids",
2112
+ "__type__",
2113
+ "__comps__",
2114
+ "name",
2115
+ "opacity",
2116
+ "active",
2117
+ "angle",
2118
+ "group",
2119
+ "is3DNode",
2120
+ "anchor",
2121
+ "size",
2122
+ "skew",
2123
+ "color",
2124
+ "eulerAngles",
2125
+ "position",
2126
+ "scale",
2127
+ "__displayName__"
2128
+ ],
2129
+ "uuid": "a5esZu+45LA5mBpvttspPD",
2130
+ "uuids": "<Array>",
2131
+ "__type__": "cc.Node",
2132
+ "__comps__": "<Array>",
2133
+ "name": "<Object>",
2134
+ "opacity": "<Object>",
2135
+ "active": "<Object>",
2136
+ "angle": "<Object>",
2137
+ "group": "<Object>",
2138
+ "is3DNode": "<Object>",
2139
+ "anchor": "<Object>",
2140
+ "size": "<Object>",
2141
+ "skew": "<Object>",
2142
+ "color": "<Object>",
2143
+ "eulerAngles": "<Object>",
2144
+ "position": "<Object>",
2145
+ "scale": "<Object>",
2146
+ "__displayName__": "Node"
2147
+ }
2148
+ }
2149
+ },
2150
+ {
2151
+ "tag": "div",
2152
+ "id": "view",
2153
+ "cls": "flex-1",
2154
+ "text": "3D Node default 编辑 Canvas Wi"
2155
+ },
2156
+ {
2157
+ "tag": "ui-panel-frame",
2158
+ "id": "inspector",
2159
+ "cls": "fit",
2160
+ "text": "",
2161
+ "fw": {
2162
+ "prop.name": "属性检查器"
2163
+ }
2164
+ },
2165
+ {
2166
+ "tag": "ui-dock-panel",
2167
+ "id": "",
2168
+ "cls": "",
2169
+ "text": ""
2170
+ }
2171
+ ]
2172
+ },
2173
+ {
2174
+ "self": {
2175
+ "tag": "ui-prop",
2176
+ "id": "x-comp",
2177
+ "cls": "fixed-label flex-1",
2178
+ "text": ""
2179
+ },
2180
+ "attrs": {
2181
+ "name": "X",
2182
+ "id": "x-comp",
2183
+ "subset": "",
2184
+ "slidable": "",
2185
+ "tabindex": "-1"
2186
+ },
2187
+ "fw": {
2188
+ "prop.path": "null",
2189
+ "prop._path": "null",
2190
+ "prop.name": "X",
2191
+ "prop._name": "X"
2192
+ },
2193
+ "ancestors": [
2194
+ {
2195
+ "tag": "ui-prop",
2196
+ "id": "",
2197
+ "cls": "",
2198
+ "text": "",
2199
+ "fw": {
2200
+ "prop.path": "null",
2201
+ "prop._path": "null",
2202
+ "prop.name": "Skew",
2203
+ "prop._name": "Skew"
2204
+ }
2205
+ },
2206
+ {
2207
+ "tag": "ui-section",
2208
+ "id": "",
2209
+ "cls": "",
2210
+ "text": "Node default 编辑"
2211
+ },
2212
+ {
2213
+ "tag": "div",
2214
+ "id": "",
2215
+ "cls": "props flex-1",
2216
+ "text": "Node default 编辑 Canvas Widge"
2217
+ },
2218
+ {
2219
+ "tag": "div",
2220
+ "id": "",
2221
+ "cls": "fit layout vertical",
2222
+ "text": "3D Node default 编辑 Canvas Wi",
2223
+ "fw": {
2224
+ "hasVue": true,
2225
+ "vueKeys": [
2226
+ "$el",
2227
+ "$parent",
2228
+ "$root",
2229
+ "$children",
2230
+ "$refs",
2231
+ "$els",
2232
+ "$options",
2233
+ "popupComponentMenu",
2234
+ "T",
2235
+ "multi",
2236
+ "target",
2237
+ "cssBtn"
2238
+ ],
2239
+ "vue.target": {
2240
+ "__keys": [
2241
+ "uuid",
2242
+ "uuids",
2243
+ "__type__",
2244
+ "__comps__",
2245
+ "name",
2246
+ "opacity",
2247
+ "active",
2248
+ "angle",
2249
+ "group",
2250
+ "is3DNode",
2251
+ "anchor",
2252
+ "size",
2253
+ "skew",
2254
+ "color",
2255
+ "eulerAngles",
2256
+ "position",
2257
+ "scale",
2258
+ "__displayName__"
2259
+ ],
2260
+ "uuid": "a5esZu+45LA5mBpvttspPD",
2261
+ "uuids": "<Array>",
2262
+ "__type__": "cc.Node",
2263
+ "__comps__": "<Array>",
2264
+ "name": "<Object>",
2265
+ "opacity": "<Object>",
2266
+ "active": "<Object>",
2267
+ "angle": "<Object>",
2268
+ "group": "<Object>",
2269
+ "is3DNode": "<Object>",
2270
+ "anchor": "<Object>",
2271
+ "size": "<Object>",
2272
+ "skew": "<Object>",
2273
+ "color": "<Object>",
2274
+ "eulerAngles": "<Object>",
2275
+ "position": "<Object>",
2276
+ "scale": "<Object>",
2277
+ "__displayName__": "Node"
2278
+ }
2279
+ }
2280
+ },
2281
+ {
2282
+ "tag": "div",
2283
+ "id": "view",
2284
+ "cls": "flex-1",
2285
+ "text": "3D Node default 编辑 Canvas Wi"
2286
+ },
2287
+ {
2288
+ "tag": "ui-panel-frame",
2289
+ "id": "inspector",
2290
+ "cls": "fit",
2291
+ "text": "",
2292
+ "fw": {
2293
+ "prop.name": "属性检查器"
2294
+ }
2295
+ }
2296
+ ]
2297
+ },
2298
+ {
2299
+ "self": {
2300
+ "tag": "ui-prop",
2301
+ "id": "y-comp",
2302
+ "cls": "fixed-label flex-1",
2303
+ "text": ""
2304
+ },
2305
+ "attrs": {
2306
+ "name": "Y",
2307
+ "id": "y-comp",
2308
+ "subset": "",
2309
+ "slidable": "",
2310
+ "tabindex": "-1"
2311
+ },
2312
+ "fw": {
2313
+ "prop.path": "null",
2314
+ "prop._path": "null",
2315
+ "prop.name": "Y",
2316
+ "prop._name": "Y"
2317
+ },
2318
+ "ancestors": [
2319
+ {
2320
+ "tag": "ui-prop",
2321
+ "id": "",
2322
+ "cls": "",
2323
+ "text": "",
2324
+ "fw": {
2325
+ "prop.path": "null",
2326
+ "prop._path": "null",
2327
+ "prop.name": "Skew",
2328
+ "prop._name": "Skew"
2329
+ }
2330
+ },
2331
+ {
2332
+ "tag": "ui-section",
2333
+ "id": "",
2334
+ "cls": "",
2335
+ "text": "Node default 编辑"
2336
+ },
2337
+ {
2338
+ "tag": "div",
2339
+ "id": "",
2340
+ "cls": "props flex-1",
2341
+ "text": "Node default 编辑 Canvas Widge"
2342
+ },
2343
+ {
2344
+ "tag": "div",
2345
+ "id": "",
2346
+ "cls": "fit layout vertical",
2347
+ "text": "3D Node default 编辑 Canvas Wi",
2348
+ "fw": {
2349
+ "hasVue": true,
2350
+ "vueKeys": [
2351
+ "$el",
2352
+ "$parent",
2353
+ "$root",
2354
+ "$children",
2355
+ "$refs",
2356
+ "$els",
2357
+ "$options",
2358
+ "popupComponentMenu",
2359
+ "T",
2360
+ "multi",
2361
+ "target",
2362
+ "cssBtn"
2363
+ ],
2364
+ "vue.target": {
2365
+ "__keys": [
2366
+ "uuid",
2367
+ "uuids",
2368
+ "__type__",
2369
+ "__comps__",
2370
+ "name",
2371
+ "opacity",
2372
+ "active",
2373
+ "angle",
2374
+ "group",
2375
+ "is3DNode",
2376
+ "anchor",
2377
+ "size",
2378
+ "skew",
2379
+ "color",
2380
+ "eulerAngles",
2381
+ "position",
2382
+ "scale",
2383
+ "__displayName__"
2384
+ ],
2385
+ "uuid": "a5esZu+45LA5mBpvttspPD",
2386
+ "uuids": "<Array>",
2387
+ "__type__": "cc.Node",
2388
+ "__comps__": "<Array>",
2389
+ "name": "<Object>",
2390
+ "opacity": "<Object>",
2391
+ "active": "<Object>",
2392
+ "angle": "<Object>",
2393
+ "group": "<Object>",
2394
+ "is3DNode": "<Object>",
2395
+ "anchor": "<Object>",
2396
+ "size": "<Object>",
2397
+ "skew": "<Object>",
2398
+ "color": "<Object>",
2399
+ "eulerAngles": "<Object>",
2400
+ "position": "<Object>",
2401
+ "scale": "<Object>",
2402
+ "__displayName__": "Node"
2403
+ }
2404
+ }
2405
+ },
2406
+ {
2407
+ "tag": "div",
2408
+ "id": "view",
2409
+ "cls": "flex-1",
2410
+ "text": "3D Node default 编辑 Canvas Wi"
2411
+ },
2412
+ {
2413
+ "tag": "ui-panel-frame",
2414
+ "id": "inspector",
2415
+ "cls": "fit",
2416
+ "text": "",
2417
+ "fw": {
2418
+ "prop.name": "属性检查器"
2419
+ }
2420
+ }
2421
+ ]
2422
+ }
2423
+ ],
2424
+ "skeleton": [
2425
+ {
2426
+ "tag": "style",
2427
+ "id": "",
2428
+ "cls": "",
2429
+ "text": "@import url(theme://globals/",
2430
+ "depth": 0
2431
+ },
2432
+ {
2433
+ "tag": "style",
2434
+ "id": "",
2435
+ "cls": "",
2436
+ "text": "@import url('theme://globals",
2437
+ "depth": 0
2438
+ },
2439
+ {
2440
+ "tag": "div",
2441
+ "id": "view",
2442
+ "cls": "flex-1",
2443
+ "text": "3D Node default 编辑 Canvas Wi",
2444
+ "depth": 0
2445
+ },
2446
+ {
2447
+ "tag": "div",
2448
+ "id": "",
2449
+ "cls": "fit layout vertical",
2450
+ "text": "3D Node default 编辑 Canvas Wi",
2451
+ "depth": 1,
2452
+ "fw": {
2453
+ "hasVue": true,
2454
+ "vueKeys": [
2455
+ "$el",
2456
+ "$parent",
2457
+ "$root",
2458
+ "$children",
2459
+ "$refs",
2460
+ "$els",
2461
+ "$options",
2462
+ "popupComponentMenu",
2463
+ "T",
2464
+ "multi",
2465
+ "target",
2466
+ "cssBtn"
2467
+ ],
2468
+ "vue.target": {
2469
+ "__keys": [
2470
+ "uuid",
2471
+ "uuids",
2472
+ "__type__",
2473
+ "__comps__",
2474
+ "name",
2475
+ "opacity",
2476
+ "active",
2477
+ "angle",
2478
+ "group",
2479
+ "is3DNode",
2480
+ "anchor",
2481
+ "size",
2482
+ "skew",
2483
+ "color",
2484
+ "eulerAngles",
2485
+ "position",
2486
+ "scale",
2487
+ "__displayName__"
2488
+ ],
2489
+ "uuid": "a5esZu+45LA5mBpvttspPD",
2490
+ "uuids": "<Array>",
2491
+ "__type__": "cc.Node",
2492
+ "__comps__": "<Array>",
2493
+ "name": "<Object>",
2494
+ "opacity": "<Object>",
2495
+ "active": "<Object>",
2496
+ "angle": "<Object>",
2497
+ "group": "<Object>",
2498
+ "is3DNode": "<Object>",
2499
+ "anchor": "<Object>",
2500
+ "size": "<Object>",
2501
+ "skew": "<Object>",
2502
+ "color": "<Object>",
2503
+ "eulerAngles": "<Object>",
2504
+ "position": "<Object>",
2505
+ "scale": "<Object>",
2506
+ "__displayName__": "Node"
2507
+ }
2508
+ }
2509
+ },
2510
+ {
2511
+ "tag": "div",
2512
+ "id": "",
2513
+ "cls": "",
2514
+ "text": "3D",
2515
+ "depth": 2,
2516
+ "fw": {
2517
+ "hasVue": true,
2518
+ "vueKeys": [
2519
+ "$el",
2520
+ "$parent",
2521
+ "$root",
2522
+ "$children",
2523
+ "$refs",
2524
+ "$els",
2525
+ "$options",
2526
+ "_props",
2527
+ "target",
2528
+ "multi",
2529
+ "T",
2530
+ "enabledPrefabSetSync",
2531
+ "toggle3D",
2532
+ "prefabSelectAsset",
2533
+ "prefabSelectRoot",
2534
+ "prefabApply",
2535
+ "prefabRevert",
2536
+ "prefabSetSync",
2537
+ "css3dBtnPressed",
2538
+ "css3dBtn",
2539
+ "cssPrefabName",
2540
+ "cssPrefabNameBtn",
2541
+ "cssLabel",
2542
+ "cssPrefab",
2543
+ "cssHost"
2544
+ ],
2545
+ "vue.target": {
2546
+ "__keys": [
2547
+ "uuid",
2548
+ "uuids",
2549
+ "__type__",
2550
+ "__comps__",
2551
+ "name",
2552
+ "opacity",
2553
+ "active",
2554
+ "angle",
2555
+ "group",
2556
+ "is3DNode",
2557
+ "anchor",
2558
+ "size",
2559
+ "skew",
2560
+ "color",
2561
+ "eulerAngles",
2562
+ "position",
2563
+ "scale",
2564
+ "__displayName__"
2565
+ ],
2566
+ "uuid": "a5esZu+45LA5mBpvttspPD",
2567
+ "uuids": "<Array>",
2568
+ "__type__": "cc.Node",
2569
+ "__comps__": "<Array>",
2570
+ "name": "<Object>",
2571
+ "opacity": "<Object>",
2572
+ "active": "<Object>",
2573
+ "angle": "<Object>",
2574
+ "group": "<Object>",
2575
+ "is3DNode": "<Object>",
2576
+ "anchor": "<Object>",
2577
+ "size": "<Object>",
2578
+ "skew": "<Object>",
2579
+ "color": "<Object>",
2580
+ "eulerAngles": "<Object>",
2581
+ "position": "<Object>",
2582
+ "scale": "<Object>",
2583
+ "__displayName__": "Node"
2584
+ },
2585
+ "vue._props": {
2586
+ "__keys": [
2587
+ "target",
2588
+ "multi"
2589
+ ],
2590
+ "target": "<Object>",
2591
+ "multi": "<Object>"
2592
+ }
2593
+ }
2594
+ },
2595
+ {
2596
+ "tag": "div",
2597
+ "id": "",
2598
+ "cls": "layout horizontal center-center",
2599
+ "text": "3D",
2600
+ "depth": 3
2601
+ },
2602
+ {
2603
+ "tag": "ui-checkbox",
2604
+ "id": "",
2605
+ "cls": "",
2606
+ "text": "",
2607
+ "depth": 4
2608
+ },
2609
+ {
2610
+ "tag": "ui-input",
2611
+ "id": "",
2612
+ "cls": "flex-1",
2613
+ "text": "",
2614
+ "depth": 4,
2615
+ "fw": {
2616
+ "prop._value": "Canvas"
2617
+ }
2618
+ },
2619
+ {
2620
+ "tag": "ui-button",
2621
+ "id": "",
2622
+ "cls": "tiny transparent",
2623
+ "text": "3D",
2624
+ "depth": 4
2625
+ },
2626
+ {
2627
+ "tag": "div",
2628
+ "id": "",
2629
+ "cls": "props flex-1",
2630
+ "text": "Node default 编辑 Canvas Widge",
2631
+ "depth": 2
2632
+ },
2633
+ {
2634
+ "tag": "ui-section",
2635
+ "id": "",
2636
+ "cls": "",
2637
+ "text": "Node default 编辑",
2638
+ "depth": 3
2639
+ },
2640
+ {
2641
+ "tag": "div",
2642
+ "id": "",
2643
+ "cls": "header flex-1 layout horizontal center-center",
2644
+ "text": "Node",
2645
+ "depth": 4
2646
+ },
2647
+ {
2648
+ "tag": "ui-prop",
2649
+ "id": "",
2650
+ "cls": "",
2651
+ "text": "",
2652
+ "depth": 4,
2653
+ "fw": {
2654
+ "prop.path": "null",
2655
+ "prop._path": "null",
2656
+ "prop.name": "Position",
2657
+ "prop._name": "Position"
2658
+ }
2659
+ },
2660
+ {
2661
+ "tag": "ui-prop",
2662
+ "id": "",
2663
+ "cls": "",
2664
+ "text": "",
2665
+ "depth": 4,
2666
+ "fw": {
2667
+ "prop.path": "null",
2668
+ "prop._path": "null",
2669
+ "prop._value": "0",
2670
+ "prop.name": "Rotation",
2671
+ "prop._name": "Rotation"
2672
+ }
2673
+ },
2674
+ {
2675
+ "tag": "ui-prop",
2676
+ "id": "",
2677
+ "cls": "",
2678
+ "text": "",
2679
+ "depth": 4,
2680
+ "fw": {
2681
+ "prop.path": "null",
2682
+ "prop._path": "null",
2683
+ "prop.name": "Scale",
2684
+ "prop._name": "Scale"
2685
+ }
2686
+ },
2687
+ {
2688
+ "tag": "ui-prop",
2689
+ "id": "",
2690
+ "cls": "",
2691
+ "text": "",
2692
+ "depth": 4,
2693
+ "fw": {
2694
+ "prop.path": "null",
2695
+ "prop._path": "null",
2696
+ "prop.name": "Anchor",
2697
+ "prop._name": "Anchor"
2698
+ }
2699
+ },
2700
+ {
2701
+ "tag": "ui-prop",
2702
+ "id": "",
2703
+ "cls": "",
2704
+ "text": "",
2705
+ "depth": 4,
2706
+ "fw": {
2707
+ "prop.path": "null",
2708
+ "prop._path": "null",
2709
+ "prop.name": "Size",
2710
+ "prop._name": "Size"
2711
+ }
2712
+ },
2713
+ {
2714
+ "tag": "ui-prop",
2715
+ "id": "",
2716
+ "cls": "",
2717
+ "text": "",
2718
+ "depth": 4,
2719
+ "fw": {
2720
+ "prop.path": "null",
2721
+ "prop._path": "null",
2722
+ "prop.name": "Color",
2723
+ "prop._name": "Color"
2724
+ }
2725
+ },
2726
+ {
2727
+ "tag": "ui-prop",
2728
+ "id": "",
2729
+ "cls": "",
2730
+ "text": "",
2731
+ "depth": 4,
2732
+ "fw": {
2733
+ "prop.path": "null",
2734
+ "prop._path": "null",
2735
+ "prop._value": "255",
2736
+ "prop.name": "Opacity",
2737
+ "prop._name": "Opacity"
2738
+ }
2739
+ },
2740
+ {
2741
+ "tag": "ui-prop",
2742
+ "id": "",
2743
+ "cls": "",
2744
+ "text": "",
2745
+ "depth": 4,
2746
+ "fw": {
2747
+ "prop.path": "null",
2748
+ "prop._path": "null",
2749
+ "prop.name": "Skew",
2750
+ "prop._name": "Skew"
2751
+ }
2752
+ },
2753
+ {
2754
+ "tag": "ui-prop",
2755
+ "id": "",
2756
+ "cls": "",
2757
+ "text": "default 编辑",
2758
+ "depth": 4,
2759
+ "fw": {
2760
+ "prop.path": "null",
2761
+ "prop._path": "null",
2762
+ "prop.name": "Group",
2763
+ "prop._name": "Group"
2764
+ }
2765
+ },
2766
+ {
2767
+ "tag": "style",
2768
+ "id": "",
2769
+ "cls": "",
2770
+ "text": "@import url(theme://globals/",
2771
+ "depth": 4
2772
+ },
2773
+ {
2774
+ "tag": "div",
2775
+ "id": "",
2776
+ "cls": "wrapper",
2777
+ "text": "",
2778
+ "depth": 4
2779
+ },
2780
+ {
2781
+ "tag": "slot",
2782
+ "id": "",
2783
+ "cls": "content",
2784
+ "text": "",
2785
+ "depth": 4,
2786
+ "fw": {
2787
+ "prop.name": ""
2788
+ }
2789
+ },
2790
+ {
2791
+ "tag": "ui-section",
2792
+ "id": "",
2793
+ "cls": "",
2794
+ "text": "Canvas",
2795
+ "depth": 3,
2796
+ "fw": {
2797
+ "hasVue": true,
2798
+ "vueKeys": [
2799
+ "$el",
2800
+ "$parent",
2801
+ "$root",
2802
+ "$children",
2803
+ "$refs",
2804
+ "$els",
2805
+ "$options",
2806
+ "_props",
2807
+ "name",
2808
+ "editor",
2809
+ "target",
2810
+ "index",
2811
+ "count",
2812
+ "multi",
2813
+ "T",
2814
+ "dragstart",
2815
+ "dragend",
2816
+ "customDraw",
2817
+ "menuClick",
2818
+ "openHelpClick"
2819
+ ],
2820
+ "vue.name": "Canvas",
2821
+ "vue.target": {
2822
+ "__keys": [
2823
+ "_name",
2824
+ "_objFlags",
2825
+ "node",
2826
+ "name",
2827
+ "uuid",
2828
+ "__scriptAsset",
2829
+ "_enabled",
2830
+ "enabled",
2831
+ "enabledInHierarchy",
2832
+ "_isOnLoadCalled",
2833
+ "_designResolution",
2834
+ "designResolution",
2835
+ "_fitWidth",
2836
+ "_fitHeight",
2837
+ "fitHeight",
2838
+ "fitWidth",
2839
+ "_id"
2840
+ ],
2841
+ "_name": "<Object>",
2842
+ "_objFlags": "<Object>",
2843
+ "node": "<Object>",
2844
+ "name": "<Object>",
2845
+ "uuid": "<Object>",
2846
+ "__scriptAsset": "<Object>",
2847
+ "_enabled": "<Object>",
2848
+ "enabled": "<Object>",
2849
+ "enabledInHierarchy": "<Object>",
2850
+ "_isOnLoadCalled": "<Object>",
2851
+ "_designResolution": "<Object>",
2852
+ "designResolution": "<Object>",
2853
+ "_fitWidth": "<Object>",
2854
+ "_fitHeight": "<Object>",
2855
+ "fitHeight": "<Object>",
2856
+ "fitWidth": "<Object>",
2857
+ "_id": "<Object>"
2858
+ },
2859
+ "vue._props": {
2860
+ "__keys": [
2861
+ "name",
2862
+ "editor",
2863
+ "target",
2864
+ "index",
2865
+ "count",
2866
+ "multi"
2867
+ ],
2868
+ "name": "<Object>",
2869
+ "editor": "<Object>",
2870
+ "target": "<Object>",
2871
+ "index": "<Object>",
2872
+ "count": "<Object>",
2873
+ "multi": "<Object>"
2874
+ }
2875
+ }
2876
+ },
2877
+ {
2878
+ "tag": "div",
2879
+ "id": "",
2880
+ "cls": "header flex-1 layout horizontal center-center",
2881
+ "text": "Canvas",
2882
+ "depth": 4
2883
+ },
2884
+ {
2885
+ "tag": "ui-prop",
2886
+ "id": "",
2887
+ "cls": "",
2888
+ "text": "",
2889
+ "depth": 4,
2890
+ "fw": {
2891
+ "hasVue": true,
2892
+ "vueKeys": [
2893
+ "$el",
2894
+ "$parent",
2895
+ "$root",
2896
+ "$children",
2897
+ "$refs",
2898
+ "$els",
2899
+ "$options",
2900
+ "_props",
2901
+ "indent",
2902
+ "target"
2903
+ ],
2904
+ "vue.target": {
2905
+ "__keys": [
2906
+ "type",
2907
+ "value",
2908
+ "values",
2909
+ "name",
2910
+ "path",
2911
+ "attrs",
2912
+ "compType"
2913
+ ],
2914
+ "type": "cc.Size",
2915
+ "value": "<Object>",
2916
+ "values": "<Array>",
2917
+ "name": "Design Resolution",
2918
+ "path": "target.__comps__.0.designResolution",
2919
+ "attrs": "<Object>",
2920
+ "compType": "cc-prop"
2921
+ },
2922
+ "vue._props": {
2923
+ "__keys": [
2924
+ "indent",
2925
+ "target"
2926
+ ],
2927
+ "indent": "<Object>",
2928
+ "target": "<Object>"
2929
+ },
2930
+ "prop.path": "null",
2931
+ "prop._path": "null",
2932
+ "prop.name": "Design Resolution",
2933
+ "prop._name": "Design Resolution"
2934
+ }
2935
+ },
2936
+ {
2937
+ "tag": "ui-prop",
2938
+ "id": "",
2939
+ "cls": "",
2940
+ "text": "",
2941
+ "depth": 4,
2942
+ "fw": {
2943
+ "hasVue": true,
2944
+ "vueKeys": [
2945
+ "$el",
2946
+ "$parent",
2947
+ "$root",
2948
+ "$children",
2949
+ "$refs",
2950
+ "$els",
2951
+ "$options",
2952
+ "_props",
2953
+ "indent",
2954
+ "target"
2955
+ ],
2956
+ "vue.target": {
2957
+ "__keys": [
2958
+ "type",
2959
+ "value",
2960
+ "values",
2961
+ "name",
2962
+ "path",
2963
+ "attrs",
2964
+ "compType"
2965
+ ],
2966
+ "type": "Boolean",
2967
+ "value": "true",
2968
+ "values": "<Array>",
2969
+ "name": "Fit Height",
2970
+ "path": "target.__comps__.0.fitHeight",
2971
+ "attrs": "<Object>",
2972
+ "compType": "cc-prop"
2973
+ },
2974
+ "vue._props": {
2975
+ "__keys": [
2976
+ "indent",
2977
+ "target"
2978
+ ],
2979
+ "indent": "<Object>",
2980
+ "target": "<Object>"
2981
+ },
2982
+ "prop.path": "null",
2983
+ "prop._path": "null",
2984
+ "prop._value": "true",
2985
+ "prop.name": "Fit Height",
2986
+ "prop._name": "Fit Height"
2987
+ }
2988
+ },
2989
+ {
2990
+ "tag": "ui-prop",
2991
+ "id": "",
2992
+ "cls": "",
2993
+ "text": "",
2994
+ "depth": 4,
2995
+ "fw": {
2996
+ "hasVue": true,
2997
+ "vueKeys": [
2998
+ "$el",
2999
+ "$parent",
3000
+ "$root",
3001
+ "$children",
3002
+ "$refs",
3003
+ "$els",
3004
+ "$options",
3005
+ "_props",
3006
+ "indent",
3007
+ "target"
3008
+ ],
3009
+ "vue.target": {
3010
+ "__keys": [
3011
+ "type",
3012
+ "value",
3013
+ "values",
3014
+ "name",
3015
+ "path",
3016
+ "attrs",
3017
+ "compType"
3018
+ ],
3019
+ "type": "Boolean",
3020
+ "value": "false",
3021
+ "values": "<Array>",
3022
+ "name": "Fit Width",
3023
+ "path": "target.__comps__.0.fitWidth",
3024
+ "attrs": "<Object>",
3025
+ "compType": "cc-prop"
3026
+ },
3027
+ "vue._props": {
3028
+ "__keys": [
3029
+ "indent",
3030
+ "target"
3031
+ ],
3032
+ "indent": "<Object>",
3033
+ "target": "<Object>"
3034
+ },
3035
+ "prop.path": "null",
3036
+ "prop._path": "null",
3037
+ "prop._value": "false",
3038
+ "prop.name": "Fit Width",
3039
+ "prop._name": "Fit Width"
3040
+ }
3041
+ },
3042
+ {
3043
+ "tag": "style",
3044
+ "id": "",
3045
+ "cls": "",
3046
+ "text": "@import url(theme://globals/",
3047
+ "depth": 4
3048
+ },
3049
+ {
3050
+ "tag": "div",
3051
+ "id": "",
3052
+ "cls": "wrapper",
3053
+ "text": "",
3054
+ "depth": 4
3055
+ },
3056
+ {
3057
+ "tag": "slot",
3058
+ "id": "",
3059
+ "cls": "content",
3060
+ "text": "",
3061
+ "depth": 4,
3062
+ "fw": {
3063
+ "prop.name": ""
3064
+ }
3065
+ },
3066
+ {
3067
+ "tag": "ui-section",
3068
+ "id": "",
3069
+ "cls": "",
3070
+ "text": "Widget #widget-outer { width",
3071
+ "depth": 3,
3072
+ "fw": {
3073
+ "hasVue": true,
3074
+ "vueKeys": [
3075
+ "$el",
3076
+ "$parent",
3077
+ "$root",
3078
+ "$children",
3079
+ "$refs",
3080
+ "$els",
3081
+ "$options",
3082
+ "_props",
3083
+ "name",
3084
+ "editor",
3085
+ "target",
3086
+ "index",
3087
+ "count",
3088
+ "multi",
3089
+ "T",
3090
+ "dragstart",
3091
+ "dragend",
3092
+ "customDraw",
3093
+ "menuClick",
3094
+ "openHelpClick"
3095
+ ],
3096
+ "vue.name": "Widget",
3097
+ "vue.target": {
3098
+ "__keys": [
3099
+ "_name",
3100
+ "_objFlags",
3101
+ "node",
3102
+ "name",
3103
+ "uuid",
3104
+ "__scriptAsset",
3105
+ "_enabled",
3106
+ "enabled",
3107
+ "enabledInHierarchy",
3108
+ "_isOnLoadCalled",
3109
+ "target",
3110
+ "isAlignTop",
3111
+ "isAlignVerticalCenter",
3112
+ "isAlignBottom",
3113
+ "isAlignLeft",
3114
+ "isAlignHorizontalCenter",
3115
+ "isAlignRight",
3116
+ "isStretchWidth",
3117
+ "isStretchHeight",
3118
+ "top",
3119
+ "bottom",
3120
+ "left",
3121
+ "right",
3122
+ "horizontalCenter",
3123
+ "verticalCenter",
3124
+ "isAbsoluteHorizontalCenter",
3125
+ "isAbsoluteVerticalCenter",
3126
+ "isAbsoluteTop",
3127
+ "isAbsoluteBottom",
3128
+ "isAbsoluteLeft"
3129
+ ],
3130
+ "_name": "<Object>",
3131
+ "_objFlags": "<Object>",
3132
+ "node": "<Object>",
3133
+ "name": "<Object>",
3134
+ "uuid": "<Object>",
3135
+ "__scriptAsset": "<Object>",
3136
+ "_enabled": "<Object>",
3137
+ "enabled": "<Object>",
3138
+ "enabledInHierarchy": "<Object>",
3139
+ "_isOnLoadCalled": "<Object>",
3140
+ "target": "<Object>",
3141
+ "isAlignTop": "<Object>",
3142
+ "isAlignVerticalCenter": "<Object>",
3143
+ "isAlignBottom": "<Object>",
3144
+ "isAlignLeft": "<Object>",
3145
+ "isAlignHorizontalCenter": "<Object>",
3146
+ "isAlignRight": "<Object>",
3147
+ "isStretchWidth": "<Object>",
3148
+ "isStretchHeight": "<Object>",
3149
+ "top": "<Object>",
3150
+ "bottom": "<Object>",
3151
+ "left": "<Object>",
3152
+ "right": "<Object>",
3153
+ "horizontalCenter": "<Object>",
3154
+ "verticalCenter": "<Object>",
3155
+ "isAbsoluteHorizontalCenter": "<Object>",
3156
+ "isAbsoluteVerticalCenter": "<Object>",
3157
+ "isAbsoluteTop": "<Object>",
3158
+ "isAbsoluteBottom": "<Object>",
3159
+ "isAbsoluteLeft": "<Object>"
3160
+ },
3161
+ "vue._props": {
3162
+ "__keys": [
3163
+ "name",
3164
+ "editor",
3165
+ "target",
3166
+ "index",
3167
+ "count",
3168
+ "multi"
3169
+ ],
3170
+ "name": "<Object>",
3171
+ "editor": "<Object>",
3172
+ "target": "<Object>",
3173
+ "index": "<Object>",
3174
+ "count": "<Object>",
3175
+ "multi": "<Object>"
3176
+ }
3177
+ }
3178
+ },
3179
+ {
3180
+ "tag": "div",
3181
+ "id": "",
3182
+ "cls": "header flex-1 layout horizontal center-center",
3183
+ "text": "Widget",
3184
+ "depth": 4
3185
+ },
3186
+ {
3187
+ "tag": "style",
3188
+ "id": "",
3189
+ "cls": "",
3190
+ "text": "#widget-outer { width: 200px",
3191
+ "depth": 4
3192
+ },
3193
+ {
3194
+ "tag": "div",
3195
+ "id": "widget-outer",
3196
+ "cls": "",
3197
+ "text": "Top Left .arrow { position: ",
3198
+ "depth": 4
3199
+ },
3200
+ {
3201
+ "tag": "ui-prop",
3202
+ "id": "",
3203
+ "cls": "",
3204
+ "text": "",
3205
+ "depth": 4,
3206
+ "fw": {
3207
+ "prop.path": "null",
3208
+ "prop._path": "null",
3209
+ "prop.name": "Target",
3210
+ "prop._name": "Target"
3211
+ }
3212
+ },
3213
+ {
3214
+ "tag": "ui-prop",
3215
+ "id": "",
3216
+ "cls": "",
3217
+ "text": "ONCEON_WINDOW_RESIZEALWAYS",
3218
+ "depth": 4,
3219
+ "fw": {
3220
+ "prop.path": "null",
3221
+ "prop._path": "null",
3222
+ "prop._value": "1",
3223
+ "prop.name": "Align Mode",
3224
+ "prop._name": "Align Mode"
3225
+ }
3226
+ },
3227
+ {
3228
+ "tag": "style",
3229
+ "id": "",
3230
+ "cls": "",
3231
+ "text": "@import url(theme://globals/",
3232
+ "depth": 4
3233
+ },
3234
+ {
3235
+ "tag": "div",
3236
+ "id": "",
3237
+ "cls": "wrapper",
3238
+ "text": "",
3239
+ "depth": 4
3240
+ },
3241
+ {
3242
+ "tag": "slot",
3243
+ "id": "",
3244
+ "cls": "content",
3245
+ "text": "",
3246
+ "depth": 4,
3247
+ "fw": {
3248
+ "prop.name": ""
3249
+ }
3250
+ },
3251
+ {
3252
+ "tag": "ui-section",
3253
+ "id": "",
3254
+ "cls": "",
3255
+ "text": "StateController 打死了发深刻理解拉屎fa",
3256
+ "depth": 3,
3257
+ "fw": {
3258
+ "hasVue": true,
3259
+ "vueKeys": [
3260
+ "$el",
3261
+ "$parent",
3262
+ "$root",
3263
+ "$children",
3264
+ "$refs",
3265
+ "$els",
3266
+ "$options",
3267
+ "_props",
3268
+ "name",
3269
+ "editor",
3270
+ "target",
3271
+ "index",
3272
+ "count",
3273
+ "multi",
3274
+ "T",
3275
+ "dragstart",
3276
+ "dragend",
3277
+ "customDraw",
3278
+ "menuClick",
3279
+ "openHelpClick"
3280
+ ],
3281
+ "vue.name": "StateController",
3282
+ "vue.target": {
3283
+ "__keys": [
3284
+ "_name",
3285
+ "_objFlags",
3286
+ "node",
3287
+ "name",
3288
+ "uuid",
3289
+ "__scriptAsset",
3290
+ "_enabled",
3291
+ "enabled",
3292
+ "enabledInHierarchy",
3293
+ "_isOnLoadCalled",
3294
+ "stateIdAuto",
3295
+ "ctrlId",
3296
+ "_historyStateName",
3297
+ "_ctrlName",
3298
+ "ctrlName",
3299
+ "_selectedIndex",
3300
+ "moveStateUp",
3301
+ "moveStateDown",
3302
+ "duplicateCurrentState",
3303
+ "deleteCurrentState",
3304
+ "selectedIndex",
3305
+ "_states",
3306
+ "states",
3307
+ "recordTrigger",
3308
+ "cancelRecordTrigger",
3309
+ "_id"
3310
+ ],
3311
+ "_name": "<Object>",
3312
+ "_objFlags": "<Object>",
3313
+ "node": "<Object>",
3314
+ "name": "<Object>",
3315
+ "uuid": "<Object>",
3316
+ "__scriptAsset": "<Object>",
3317
+ "_enabled": "<Object>",
3318
+ "enabled": "<Object>",
3319
+ "enabledInHierarchy": "<Object>",
3320
+ "_isOnLoadCalled": "<Object>",
3321
+ "stateIdAuto": "<Object>",
3322
+ "ctrlId": "<Object>",
3323
+ "_historyStateName": "<Object>",
3324
+ "_ctrlName": "<Object>",
3325
+ "ctrlName": "<Object>",
3326
+ "_selectedIndex": "<Object>",
3327
+ "moveStateUp": "<Object>",
3328
+ "moveStateDown": "<Object>",
3329
+ "duplicateCurrentState": "<Object>",
3330
+ "deleteCurrentState": "<Object>",
3331
+ "selectedIndex": "<Object>",
3332
+ "_states": "<Object>",
3333
+ "states": "<Object>",
3334
+ "recordTrigger": "<Object>",
3335
+ "cancelRecordTrigger": "<Object>",
3336
+ "_id": "<Object>"
3337
+ },
3338
+ "vue._props": {
3339
+ "__keys": [
3340
+ "name",
3341
+ "editor",
3342
+ "target",
3343
+ "index",
3344
+ "count",
3345
+ "multi"
3346
+ ],
3347
+ "name": "<Object>",
3348
+ "editor": "<Object>",
3349
+ "target": "<Object>",
3350
+ "index": "<Object>",
3351
+ "count": "<Object>",
3352
+ "multi": "<Object>"
3353
+ }
3354
+ }
3355
+ },
3356
+ {
3357
+ "tag": "div",
3358
+ "id": "",
3359
+ "cls": "header flex-1 layout horizontal center-center",
3360
+ "text": "StateController",
3361
+ "depth": 4
3362
+ },
3363
+ {
3364
+ "tag": "ui-prop",
3365
+ "id": "",
3366
+ "cls": "",
3367
+ "text": "",
3368
+ "depth": 4,
3369
+ "fw": {
3370
+ "hasVue": true,
3371
+ "vueKeys": [
3372
+ "$el",
3373
+ "$parent",
3374
+ "$root",
3375
+ "$children",
3376
+ "$refs",
3377
+ "$els",
3378
+ "$options",
3379
+ "_props",
3380
+ "indent",
3381
+ "target"
3382
+ ],
3383
+ "vue.target": {
3384
+ "__keys": [
3385
+ "type",
3386
+ "value",
3387
+ "values",
3388
+ "name",
3389
+ "path",
3390
+ "attrs",
3391
+ "compType"
3392
+ ],
3393
+ "type": "cc.Asset",
3394
+ "value": "<Object>",
3395
+ "values": "<Array>",
3396
+ "name": "Script",
3397
+ "path": "target.__comps__.2.__scriptAsset",
3398
+ "attrs": "<Object>",
3399
+ "compType": "cc-prop"
3400
+ },
3401
+ "vue._props": {
3402
+ "__keys": [
3403
+ "indent",
3404
+ "target"
3405
+ ],
3406
+ "indent": "<Object>",
3407
+ "target": "<Object>"
3408
+ },
3409
+ "prop.path": "null",
3410
+ "prop._path": "null",
3411
+ "prop.name": "Script",
3412
+ "prop._name": "Script"
3413
+ }
3414
+ },
3415
+ {
3416
+ "tag": "ui-prop",
3417
+ "id": "",
3418
+ "cls": "",
3419
+ "text": "",
3420
+ "depth": 4,
3421
+ "fw": {
3422
+ "hasVue": true,
3423
+ "vueKeys": [
3424
+ "$el",
3425
+ "$parent",
3426
+ "$root",
3427
+ "$children",
3428
+ "$refs",
3429
+ "$els",
3430
+ "$options",
3431
+ "_props",
3432
+ "indent",
3433
+ "target"
3434
+ ],
3435
+ "vue.target": {
3436
+ "__keys": [
3437
+ "type",
3438
+ "value",
3439
+ "values",
3440
+ "name",
3441
+ "path",
3442
+ "attrs",
3443
+ "compType"
3444
+ ],
3445
+ "type": "String",
3446
+ "value": "ctrl_1779186629816",
3447
+ "values": "<Array>",
3448
+ "name": "控制器 id",
3449
+ "path": "target.__comps__.2.ctrlName",
3450
+ "attrs": "<Object>",
3451
+ "compType": "cc-prop"
3452
+ },
3453
+ "vue._props": {
3454
+ "__keys": [
3455
+ "indent",
3456
+ "target"
3457
+ ],
3458
+ "indent": "<Object>",
3459
+ "target": "<Object>"
3460
+ },
3461
+ "prop.path": "null",
3462
+ "prop._path": "null",
3463
+ "prop._value": "ctrl_1779186629816",
3464
+ "prop.name": "控制器 id",
3465
+ "prop._name": "控制器 id"
3466
+ }
3467
+ },
3468
+ {
3469
+ "tag": "ui-prop",
3470
+ "id": "",
3471
+ "cls": "",
3472
+ "text": "打死了发深刻理解拉屎faslfjasklfjsa",
3473
+ "depth": 4,
3474
+ "fw": {
3475
+ "hasVue": true,
3476
+ "vueKeys": [
3477
+ "$el",
3478
+ "$parent",
3479
+ "$root",
3480
+ "$children",
3481
+ "$refs",
3482
+ "$els",
3483
+ "$options",
3484
+ "_props",
3485
+ "indent",
3486
+ "target"
3487
+ ],
3488
+ "vue.target": {
3489
+ "__keys": [
3490
+ "type",
3491
+ "value",
3492
+ "values",
3493
+ "name",
3494
+ "path",
3495
+ "attrs",
3496
+ "compType"
3497
+ ],
3498
+ "type": "Enum",
3499
+ "value": "1",
3500
+ "values": "<Array>",
3501
+ "name": "state",
3502
+ "path": "target.__comps__.2.selectedIndex",
3503
+ "attrs": "<Object>",
3504
+ "compType": "cc-prop"
3505
+ },
3506
+ "vue._props": {
3507
+ "__keys": [
3508
+ "indent",
3509
+ "target"
3510
+ ],
3511
+ "indent": "<Object>",
3512
+ "target": "<Object>"
3513
+ },
3514
+ "prop.path": "null",
3515
+ "prop._path": "null",
3516
+ "prop._value": "1",
3517
+ "prop.name": "state",
3518
+ "prop._name": "state"
3519
+ }
3520
+ },
3521
+ {
3522
+ "tag": "ui-prop",
3523
+ "id": "",
3524
+ "cls": "",
3525
+ "text": "",
3526
+ "depth": 4,
3527
+ "fw": {
3528
+ "hasVue": true,
3529
+ "vueKeys": [
3530
+ "$el",
3531
+ "$parent",
3532
+ "$root",
3533
+ "$children",
3534
+ "$refs",
3535
+ "$els",
3536
+ "$options",
3537
+ "_props",
3538
+ "indent",
3539
+ "target",
3540
+ "getType",
3541
+ "arraySizeChanged"
3542
+ ],
3543
+ "vue.target": {
3544
+ "__keys": [
3545
+ "type",
3546
+ "value",
3547
+ "values",
3548
+ "name",
3549
+ "path",
3550
+ "attrs",
3551
+ "elementType",
3552
+ "compType"
3553
+ ],
3554
+ "type": "Array",
3555
+ "value": "<Array>",
3556
+ "values": "<Array>",
3557
+ "name": "states",
3558
+ "path": "target.__comps__.2.states",
3559
+ "attrs": "<Object>",
3560
+ "elementType": "Object",
3561
+ "compType": "cc-array-prop"
3562
+ },
3563
+ "vue._props": {
3564
+ "__keys": [
3565
+ "indent",
3566
+ "target"
3567
+ ],
3568
+ "indent": "<Object>",
3569
+ "target": "<Object>"
3570
+ },
3571
+ "prop.path": "null",
3572
+ "prop._path": "null",
3573
+ "prop.name": "states",
3574
+ "prop._name": "states"
3575
+ }
3576
+ },
3577
+ {
3578
+ "tag": "ui-prop",
3579
+ "id": "",
3580
+ "cls": "",
3581
+ "text": "",
3582
+ "depth": 4,
3583
+ "fw": {
3584
+ "hasVue": true,
3585
+ "vueKeys": [
3586
+ "$el",
3587
+ "$parent",
3588
+ "$root",
3589
+ "$children",
3590
+ "$refs",
3591
+ "$els",
3592
+ "$options",
3593
+ "_props",
3594
+ "indent",
3595
+ "target"
3596
+ ],
3597
+ "vue.target": {
3598
+ "__keys": [
3599
+ "type",
3600
+ "value",
3601
+ "values",
3602
+ "name",
3603
+ "path",
3604
+ "attrs",
3605
+ "compType"
3606
+ ],
3607
+ "type": "Boolean",
3608
+ "value": "false",
3609
+ "values": "<Array>",
3610
+ "name": "🔴 录制",
3611
+ "path": "target.__comps__.2.recordTrigger",
3612
+ "attrs": "<Object>",
3613
+ "compType": "cc-prop"
3614
+ },
3615
+ "vue._props": {
3616
+ "__keys": [
3617
+ "indent",
3618
+ "target"
3619
+ ],
3620
+ "indent": "<Object>",
3621
+ "target": "<Object>"
3622
+ },
3623
+ "prop.path": "null",
3624
+ "prop._path": "null",
3625
+ "prop._value": "false",
3626
+ "prop.name": "🔴 录制",
3627
+ "prop._name": "🔴 录制"
3628
+ }
3629
+ },
3630
+ {
3631
+ "tag": "ui-prop",
3632
+ "id": "",
3633
+ "cls": "",
3634
+ "text": "",
3635
+ "depth": 4,
3636
+ "fw": {
3637
+ "hasVue": true,
3638
+ "vueKeys": [
3639
+ "$el",
3640
+ "$parent",
3641
+ "$root",
3642
+ "$children",
3643
+ "$refs",
3644
+ "$els",
3645
+ "$options",
3646
+ "_props",
3647
+ "indent",
3648
+ "target"
3649
+ ],
3650
+ "vue.target": {
3651
+ "__keys": [
3652
+ "type",
3653
+ "value",
3654
+ "values",
3655
+ "name",
3656
+ "path",
3657
+ "attrs",
3658
+ "compType"
3659
+ ],
3660
+ "type": "Boolean",
3661
+ "value": "false",
3662
+ "values": "<Array>",
3663
+ "name": "⤺ 撤销本次录制",
3664
+ "path": "target.__comps__.2.cancelRecordTrigger",
3665
+ "attrs": "<Object>",
3666
+ "compType": "cc-prop"
3667
+ },
3668
+ "vue._props": {
3669
+ "__keys": [
3670
+ "indent",
3671
+ "target"
3672
+ ],
3673
+ "indent": "<Object>",
3674
+ "target": "<Object>"
3675
+ },
3676
+ "prop.path": "null",
3677
+ "prop._path": "null",
3678
+ "prop._value": "false",
3679
+ "prop.name": "⤺ 撤销本次录制",
3680
+ "prop._name": "⤺ 撤销本次录制"
3681
+ }
3682
+ },
3683
+ {
3684
+ "tag": "style",
3685
+ "id": "",
3686
+ "cls": "",
3687
+ "text": "@import url(theme://globals/",
3688
+ "depth": 4
3689
+ },
3690
+ {
3691
+ "tag": "div",
3692
+ "id": "",
3693
+ "cls": "wrapper",
3694
+ "text": "",
3695
+ "depth": 4
3696
+ },
3697
+ {
3698
+ "tag": "slot",
3699
+ "id": "",
3700
+ "cls": "content",
3701
+ "text": "",
3702
+ "depth": 4,
3703
+ "fw": {
3704
+ "prop.name": ""
3705
+ }
3706
+ },
3707
+ {
3708
+ "tag": "div",
3709
+ "id": "",
3710
+ "cls": "layout horizontal center-center",
3711
+ "text": "添加组件",
3712
+ "depth": 3
3713
+ },
3714
+ {
3715
+ "tag": "ui-button",
3716
+ "id": "",
3717
+ "cls": "",
3718
+ "text": "添加组件",
3719
+ "depth": 4
3720
+ },
3721
+ {
3722
+ "tag": "ui-loader",
3723
+ "id": "loader",
3724
+ "cls": "fit",
3725
+ "text": "加载中...",
3726
+ "depth": 0
3727
+ },
3728
+ {
3729
+ "tag": "style",
3730
+ "id": "",
3731
+ "cls": "",
3732
+ "text": ":host{position:absolute;top:",
3733
+ "depth": 1
3734
+ },
3735
+ {
3736
+ "tag": "div",
3737
+ "id": "",
3738
+ "cls": "animate",
3739
+ "text": "",
3740
+ "depth": 1
3741
+ },
3742
+ {
3743
+ "tag": "div",
3744
+ "id": "",
3745
+ "cls": "label",
3746
+ "text": "",
3747
+ "depth": 1
3748
+ },
3749
+ {
3750
+ "tag": "slot",
3751
+ "id": "",
3752
+ "cls": "",
3753
+ "text": "",
3754
+ "depth": 2,
3755
+ "fw": {
3756
+ "prop.name": ""
3757
+ }
3758
+ },
3759
+ {
3760
+ "tag": "div",
3761
+ "id": "highlightBorder",
3762
+ "cls": "highlight fit",
3763
+ "text": "",
3764
+ "depth": 0
3765
+ }
3766
+ ]
3767
+ }