yingchigamesdk-cocos-v3 25.7.23

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 (43) hide show
  1. package/assets/resources/Privacy/PrivacyPolicy.txt.meta +11 -0
  2. package/assets/resources/Privacy/ad.png +0 -0
  3. package/assets/resources/Privacy/ad.png.meta +162 -0
  4. package/assets/resources/Privacy/bg.prefab +3184 -0
  5. package/assets/resources/Privacy/bg.prefab.meta +13 -0
  6. package/assets/resources/Privacy/close.png +0 -0
  7. package/assets/resources/Privacy/close.png.meta +162 -0
  8. package/assets/resources/Privacy/panelBg.png +0 -0
  9. package/assets/resources/Privacy/panelBg.png.meta +134 -0
  10. package/assets/resources/Privacy/panelBtn.png.meta +134 -0
  11. package/assets/resources/Privacy/policyUI.prefab +1450 -0
  12. package/assets/resources/Privacy/policyUI.prefab.meta +13 -0
  13. package/assets/resources/Privacy/rectbg.png.meta +134 -0
  14. package/assets/resources/Privacy/yinsiUI.prefab +2120 -0
  15. package/assets/resources/Privacy/yinsiUI.prefab.meta +13 -0
  16. package/dist/Demo.d.ts +11 -0
  17. package/dist/index.d.ts +12 -0
  18. package/dist/index.js +2673 -0
  19. package/dist/index.js.map +7 -0
  20. package/dist/ycsdk/AdState.d.ts +9 -0
  21. package/dist/ycsdk/AdTactics.d.ts +36 -0
  22. package/dist/ycsdk/AdType.d.ts +7 -0
  23. package/dist/ycsdk/GameInterface.d.ts +52 -0
  24. package/dist/ycsdk/SDKConfig.d.ts +28 -0
  25. package/dist/ycsdk/StorageUtils.d.ts +6 -0
  26. package/dist/ycsdk/YCSDK.d.ts +43 -0
  27. package/dist/ycsdk/minigame/BannerType.d.ts +6 -0
  28. package/dist/ycsdk/minigame/DebugGame.d.ts +16 -0
  29. package/dist/ycsdk/minigame/HttpRequest.d.ts +15 -0
  30. package/dist/ycsdk/minigame/InterstitialType.d.ts +5 -0
  31. package/dist/ycsdk/minigame/MiniGame.d.ts +19 -0
  32. package/dist/ycsdk/minigame/PayParams.d.ts +19 -0
  33. package/dist/ycsdk/minigame/PrivacyEvent.d.ts +8 -0
  34. package/dist/ycsdk/minigame/PrivacyListener.d.ts +6 -0
  35. package/dist/ycsdk/minigame/douyin/DouYinGame.d.ts +18 -0
  36. package/dist/ycsdk/minigame/huawei/HuaWeiGame.d.ts +27 -0
  37. package/dist/ycsdk/minigame/kuaishou/KuaiShouGame.d.ts +15 -0
  38. package/dist/ycsdk/minigame/md5.d.ts +70 -0
  39. package/dist/ycsdk/minigame/oppo/OppoGame.d.ts +29 -0
  40. package/dist/ycsdk/minigame/vivo/VivoGame.d.ts +27 -0
  41. package/dist/ycsdk/minigame/wechat/WeChatGame.d.ts +17 -0
  42. package/dist/ycsdk/minigame/xiaomi/XiaoMiGame.d.ts +30 -0
  43. package/package.json +31 -0
@@ -0,0 +1,1450 @@
1
+ [
2
+ {
3
+ "__type__": "cc.Prefab",
4
+ "_name": "policyUI",
5
+ "_objFlags": 0,
6
+ "__editorExtras__": {},
7
+ "_native": "",
8
+ "data": {
9
+ "__id__": 1
10
+ },
11
+ "optimizationPolicy": 0,
12
+ "persistent": false
13
+ },
14
+ {
15
+ "__type__": "cc.Node",
16
+ "_name": "policyUI",
17
+ "_objFlags": 0,
18
+ "__editorExtras__": {},
19
+ "_parent": null,
20
+ "_children": [
21
+ {
22
+ "__id__": 2
23
+ },
24
+ {
25
+ "__id__": 10
26
+ }
27
+ ],
28
+ "_active": true,
29
+ "_components": [
30
+ {
31
+ "__id__": 58
32
+ }
33
+ ],
34
+ "_prefab": {
35
+ "__id__": 60
36
+ },
37
+ "_lpos": {
38
+ "__type__": "cc.Vec3",
39
+ "x": 0,
40
+ "y": 0,
41
+ "z": 0
42
+ },
43
+ "_lrot": {
44
+ "__type__": "cc.Quat",
45
+ "x": 0,
46
+ "y": 0,
47
+ "z": 0,
48
+ "w": 1
49
+ },
50
+ "_lscale": {
51
+ "__type__": "cc.Vec3",
52
+ "x": 1,
53
+ "y": 1,
54
+ "z": 1
55
+ },
56
+ "_mobility": 0,
57
+ "_layer": 33554432,
58
+ "_euler": {
59
+ "__type__": "cc.Vec3",
60
+ "x": 0,
61
+ "y": 0,
62
+ "z": 0
63
+ },
64
+ "_id": ""
65
+ },
66
+ {
67
+ "__type__": "cc.Node",
68
+ "_name": "bg",
69
+ "_objFlags": 0,
70
+ "__editorExtras__": {},
71
+ "_parent": {
72
+ "__id__": 1
73
+ },
74
+ "_children": [],
75
+ "_active": true,
76
+ "_components": [
77
+ {
78
+ "__id__": 3
79
+ },
80
+ {
81
+ "__id__": 5
82
+ },
83
+ {
84
+ "__id__": 7
85
+ }
86
+ ],
87
+ "_prefab": {
88
+ "__id__": 9
89
+ },
90
+ "_lpos": {
91
+ "__type__": "cc.Vec3",
92
+ "x": 0,
93
+ "y": 0,
94
+ "z": 0
95
+ },
96
+ "_lrot": {
97
+ "__type__": "cc.Quat",
98
+ "x": 0,
99
+ "y": 0,
100
+ "z": 0,
101
+ "w": 1
102
+ },
103
+ "_lscale": {
104
+ "__type__": "cc.Vec3",
105
+ "x": 1,
106
+ "y": 1,
107
+ "z": 1
108
+ },
109
+ "_mobility": 0,
110
+ "_layer": 33554432,
111
+ "_euler": {
112
+ "__type__": "cc.Vec3",
113
+ "x": 0,
114
+ "y": 0,
115
+ "z": 0
116
+ },
117
+ "_id": ""
118
+ },
119
+ {
120
+ "__type__": "cc.UITransform",
121
+ "_name": "",
122
+ "_objFlags": 0,
123
+ "__editorExtras__": {},
124
+ "node": {
125
+ "__id__": 2
126
+ },
127
+ "_enabled": true,
128
+ "__prefab": {
129
+ "__id__": 4
130
+ },
131
+ "_contentSize": {
132
+ "__type__": "cc.Size",
133
+ "width": 750,
134
+ "height": 1800
135
+ },
136
+ "_anchorPoint": {
137
+ "__type__": "cc.Vec2",
138
+ "x": 0.5,
139
+ "y": 0.5
140
+ },
141
+ "_id": ""
142
+ },
143
+ {
144
+ "__type__": "cc.CompPrefabInfo",
145
+ "fileId": "8d2W41EmlCp5hjWPES7Nrh"
146
+ },
147
+ {
148
+ "__type__": "cc.Sprite",
149
+ "_name": "",
150
+ "_objFlags": 0,
151
+ "__editorExtras__": {},
152
+ "node": {
153
+ "__id__": 2
154
+ },
155
+ "_enabled": true,
156
+ "__prefab": {
157
+ "__id__": 6
158
+ },
159
+ "_customMaterial": null,
160
+ "_srcBlendFactor": 2,
161
+ "_dstBlendFactor": 4,
162
+ "_color": {
163
+ "__type__": "cc.Color",
164
+ "r": 0,
165
+ "g": 0,
166
+ "b": 0,
167
+ "a": 120
168
+ },
169
+ "_spriteFrame": null,
170
+ "_type": 0,
171
+ "_fillType": 0,
172
+ "_sizeMode": 0,
173
+ "_fillCenter": {
174
+ "__type__": "cc.Vec2",
175
+ "x": 0,
176
+ "y": 0
177
+ },
178
+ "_fillStart": 0,
179
+ "_fillRange": 0,
180
+ "_isTrimmedMode": true,
181
+ "_useGrayscale": false,
182
+ "_atlas": null,
183
+ "_id": ""
184
+ },
185
+ {
186
+ "__type__": "cc.CompPrefabInfo",
187
+ "fileId": "9ebYaO/GJEzar3gqDQ3Hvk"
188
+ },
189
+ {
190
+ "__type__": "cc.Button",
191
+ "_name": "",
192
+ "_objFlags": 0,
193
+ "__editorExtras__": {},
194
+ "node": {
195
+ "__id__": 2
196
+ },
197
+ "_enabled": true,
198
+ "__prefab": {
199
+ "__id__": 8
200
+ },
201
+ "clickEvents": [],
202
+ "_interactable": true,
203
+ "_transition": 0,
204
+ "_normalColor": {
205
+ "__type__": "cc.Color",
206
+ "r": 255,
207
+ "g": 255,
208
+ "b": 255,
209
+ "a": 255
210
+ },
211
+ "_hoverColor": {
212
+ "__type__": "cc.Color",
213
+ "r": 211,
214
+ "g": 211,
215
+ "b": 211,
216
+ "a": 255
217
+ },
218
+ "_pressedColor": {
219
+ "__type__": "cc.Color",
220
+ "r": 255,
221
+ "g": 255,
222
+ "b": 255,
223
+ "a": 255
224
+ },
225
+ "_disabledColor": {
226
+ "__type__": "cc.Color",
227
+ "r": 124,
228
+ "g": 124,
229
+ "b": 124,
230
+ "a": 255
231
+ },
232
+ "_normalSprite": null,
233
+ "_hoverSprite": null,
234
+ "_pressedSprite": null,
235
+ "_disabledSprite": null,
236
+ "_duration": 0.1,
237
+ "_zoomScale": 1.2,
238
+ "_target": null,
239
+ "_id": ""
240
+ },
241
+ {
242
+ "__type__": "cc.CompPrefabInfo",
243
+ "fileId": "f8DVhLbRBC9qEGJ4QjGew6"
244
+ },
245
+ {
246
+ "__type__": "cc.PrefabInfo",
247
+ "root": {
248
+ "__id__": 1
249
+ },
250
+ "asset": {
251
+ "__id__": 0
252
+ },
253
+ "fileId": "cbXps1US1DTLcxDFqkQNx6",
254
+ "instance": null,
255
+ "targetOverrides": null,
256
+ "nestedPrefabInstanceRoots": null
257
+ },
258
+ {
259
+ "__type__": "cc.Node",
260
+ "_name": "panel",
261
+ "_objFlags": 0,
262
+ "__editorExtras__": {},
263
+ "_parent": {
264
+ "__id__": 1
265
+ },
266
+ "_children": [
267
+ {
268
+ "__id__": 11
269
+ },
270
+ {
271
+ "__id__": 19
272
+ },
273
+ {
274
+ "__id__": 25
275
+ },
276
+ {
277
+ "__id__": 39
278
+ }
279
+ ],
280
+ "_active": true,
281
+ "_components": [
282
+ {
283
+ "__id__": 53
284
+ },
285
+ {
286
+ "__id__": 55
287
+ }
288
+ ],
289
+ "_prefab": {
290
+ "__id__": 57
291
+ },
292
+ "_lpos": {
293
+ "__type__": "cc.Vec3",
294
+ "x": 0,
295
+ "y": 0,
296
+ "z": 0
297
+ },
298
+ "_lrot": {
299
+ "__type__": "cc.Quat",
300
+ "x": 0,
301
+ "y": 0,
302
+ "z": 0,
303
+ "w": 1
304
+ },
305
+ "_lscale": {
306
+ "__type__": "cc.Vec3",
307
+ "x": 1,
308
+ "y": 1,
309
+ "z": 1
310
+ },
311
+ "_mobility": 0,
312
+ "_layer": 33554432,
313
+ "_euler": {
314
+ "__type__": "cc.Vec3",
315
+ "x": 0,
316
+ "y": 0,
317
+ "z": 0
318
+ },
319
+ "_id": ""
320
+ },
321
+ {
322
+ "__type__": "cc.Node",
323
+ "_name": "title",
324
+ "_objFlags": 0,
325
+ "__editorExtras__": {},
326
+ "_parent": {
327
+ "__id__": 10
328
+ },
329
+ "_children": [],
330
+ "_active": true,
331
+ "_components": [
332
+ {
333
+ "__id__": 12
334
+ },
335
+ {
336
+ "__id__": 14
337
+ },
338
+ {
339
+ "__id__": 16
340
+ }
341
+ ],
342
+ "_prefab": {
343
+ "__id__": 18
344
+ },
345
+ "_lpos": {
346
+ "__type__": "cc.Vec3",
347
+ "x": 0,
348
+ "y": 159.8,
349
+ "z": 0
350
+ },
351
+ "_lrot": {
352
+ "__type__": "cc.Quat",
353
+ "x": 0,
354
+ "y": 0,
355
+ "z": 0,
356
+ "w": 1
357
+ },
358
+ "_lscale": {
359
+ "__type__": "cc.Vec3",
360
+ "x": 1,
361
+ "y": 1,
362
+ "z": 1
363
+ },
364
+ "_mobility": 0,
365
+ "_layer": 33554432,
366
+ "_euler": {
367
+ "__type__": "cc.Vec3",
368
+ "x": 0,
369
+ "y": 0,
370
+ "z": 0
371
+ },
372
+ "_id": ""
373
+ },
374
+ {
375
+ "__type__": "cc.UITransform",
376
+ "_name": "",
377
+ "_objFlags": 0,
378
+ "__editorExtras__": {},
379
+ "node": {
380
+ "__id__": 11
381
+ },
382
+ "_enabled": true,
383
+ "__prefab": {
384
+ "__id__": 13
385
+ },
386
+ "_contentSize": {
387
+ "__type__": "cc.Size",
388
+ "width": 240,
389
+ "height": 50.4
390
+ },
391
+ "_anchorPoint": {
392
+ "__type__": "cc.Vec2",
393
+ "x": 0.5,
394
+ "y": 0.5
395
+ },
396
+ "_id": ""
397
+ },
398
+ {
399
+ "__type__": "cc.CompPrefabInfo",
400
+ "fileId": "121SydVIFKj4i06I1nPtlW"
401
+ },
402
+ {
403
+ "__type__": "cc.Label",
404
+ "_name": "",
405
+ "_objFlags": 0,
406
+ "__editorExtras__": {},
407
+ "node": {
408
+ "__id__": 11
409
+ },
410
+ "_enabled": true,
411
+ "__prefab": {
412
+ "__id__": 15
413
+ },
414
+ "_customMaterial": null,
415
+ "_srcBlendFactor": 2,
416
+ "_dstBlendFactor": 4,
417
+ "_color": {
418
+ "__type__": "cc.Color",
419
+ "r": 0,
420
+ "g": 0,
421
+ "b": 0,
422
+ "a": 255
423
+ },
424
+ "_string": "游戏隐私政策",
425
+ "_horizontalAlign": 1,
426
+ "_verticalAlign": 1,
427
+ "_actualFontSize": 40,
428
+ "_fontSize": 40,
429
+ "_fontFamily": "Arial",
430
+ "_lineHeight": 40,
431
+ "_overflow": 0,
432
+ "_enableWrapText": true,
433
+ "_font": null,
434
+ "_isSystemFontUsed": true,
435
+ "_spacingX": 0,
436
+ "_isItalic": false,
437
+ "_isBold": true,
438
+ "_isUnderline": false,
439
+ "_underlineHeight": 2,
440
+ "_cacheMode": 0,
441
+ "_enableOutline": false,
442
+ "_outlineColor": {
443
+ "__type__": "cc.Color",
444
+ "r": 0,
445
+ "g": 0,
446
+ "b": 0,
447
+ "a": 255
448
+ },
449
+ "_outlineWidth": 2,
450
+ "_enableShadow": false,
451
+ "_shadowColor": {
452
+ "__type__": "cc.Color",
453
+ "r": 0,
454
+ "g": 0,
455
+ "b": 0,
456
+ "a": 255
457
+ },
458
+ "_shadowOffset": {
459
+ "__type__": "cc.Vec2",
460
+ "x": 2,
461
+ "y": 2
462
+ },
463
+ "_shadowBlur": 2,
464
+ "_id": ""
465
+ },
466
+ {
467
+ "__type__": "cc.CompPrefabInfo",
468
+ "fileId": "0dc97A0U5HjK9EC6B6itt+"
469
+ },
470
+ {
471
+ "__type__": "cc.Widget",
472
+ "_name": "",
473
+ "_objFlags": 0,
474
+ "__editorExtras__": {},
475
+ "node": {
476
+ "__id__": 11
477
+ },
478
+ "_enabled": true,
479
+ "__prefab": {
480
+ "__id__": 17
481
+ },
482
+ "_alignFlags": 17,
483
+ "_target": null,
484
+ "_left": 0,
485
+ "_right": 0,
486
+ "_top": 40,
487
+ "_bottom": 0,
488
+ "_horizontalCenter": 0,
489
+ "_verticalCenter": 0,
490
+ "_isAbsLeft": true,
491
+ "_isAbsRight": true,
492
+ "_isAbsTop": true,
493
+ "_isAbsBottom": true,
494
+ "_isAbsHorizontalCenter": true,
495
+ "_isAbsVerticalCenter": true,
496
+ "_originalWidth": 0,
497
+ "_originalHeight": 0,
498
+ "_alignMode": 2,
499
+ "_lockFlags": 0,
500
+ "_id": ""
501
+ },
502
+ {
503
+ "__type__": "cc.CompPrefabInfo",
504
+ "fileId": "71/Ac7nkRJ9r5uwWhev4/6"
505
+ },
506
+ {
507
+ "__type__": "cc.PrefabInfo",
508
+ "root": {
509
+ "__id__": 1
510
+ },
511
+ "asset": {
512
+ "__id__": 0
513
+ },
514
+ "fileId": "54bXih+IVFr5/x/Ngy8ad7",
515
+ "instance": null,
516
+ "targetOverrides": null,
517
+ "nestedPrefabInstanceRoots": null
518
+ },
519
+ {
520
+ "__type__": "cc.Node",
521
+ "_name": "content",
522
+ "_objFlags": 0,
523
+ "__editorExtras__": {},
524
+ "_parent": {
525
+ "__id__": 10
526
+ },
527
+ "_children": [],
528
+ "_active": true,
529
+ "_components": [
530
+ {
531
+ "__id__": 20
532
+ },
533
+ {
534
+ "__id__": 22
535
+ }
536
+ ],
537
+ "_prefab": {
538
+ "__id__": 24
539
+ },
540
+ "_lpos": {
541
+ "__type__": "cc.Vec3",
542
+ "x": 0,
543
+ "y": 0,
544
+ "z": 0
545
+ },
546
+ "_lrot": {
547
+ "__type__": "cc.Quat",
548
+ "x": 0,
549
+ "y": 0,
550
+ "z": 0,
551
+ "w": 1
552
+ },
553
+ "_lscale": {
554
+ "__type__": "cc.Vec3",
555
+ "x": 1,
556
+ "y": 1,
557
+ "z": 1
558
+ },
559
+ "_mobility": 0,
560
+ "_layer": 33554432,
561
+ "_euler": {
562
+ "__type__": "cc.Vec3",
563
+ "x": 0,
564
+ "y": 0,
565
+ "z": 0
566
+ },
567
+ "_id": ""
568
+ },
569
+ {
570
+ "__type__": "cc.UITransform",
571
+ "_name": "",
572
+ "_objFlags": 0,
573
+ "__editorExtras__": {},
574
+ "node": {
575
+ "__id__": 19
576
+ },
577
+ "_enabled": true,
578
+ "__prefab": {
579
+ "__id__": 21
580
+ },
581
+ "_contentSize": {
582
+ "__type__": "cc.Size",
583
+ "width": 600,
584
+ "height": 213
585
+ },
586
+ "_anchorPoint": {
587
+ "__type__": "cc.Vec2",
588
+ "x": 0.5,
589
+ "y": 0.5
590
+ },
591
+ "_id": ""
592
+ },
593
+ {
594
+ "__type__": "cc.CompPrefabInfo",
595
+ "fileId": "ecQCQ4UxlBDZ8tkoCJeh1o"
596
+ },
597
+ {
598
+ "__type__": "cc.RichText",
599
+ "_name": "",
600
+ "_objFlags": 0,
601
+ "__editorExtras__": {},
602
+ "node": {
603
+ "__id__": 19
604
+ },
605
+ "_enabled": true,
606
+ "__prefab": {
607
+ "__id__": 23
608
+ },
609
+ "_lineHeight": 50,
610
+ "_string": "<color=#000000>在使用我们的服务前,请您务必审慎阅读、充分理解</color><color=#ffa500><on click=\"openPrivacyPolicy\">《隐私政策》</on></color><color=#000000>的内容。\n如您已详细阅读并同意,请点击“同意并继续”使用我们的服务。</color>",
611
+ "_horizontalAlign": 0,
612
+ "_verticalAlign": 0,
613
+ "_fontSize": 30,
614
+ "_fontColor": {
615
+ "__type__": "cc.Color",
616
+ "r": 255,
617
+ "g": 255,
618
+ "b": 255,
619
+ "a": 255
620
+ },
621
+ "_maxWidth": 600,
622
+ "_fontFamily": "Arial",
623
+ "_font": null,
624
+ "_isSystemFontUsed": true,
625
+ "_userDefinedFont": null,
626
+ "_cacheMode": 0,
627
+ "_imageAtlas": null,
628
+ "_handleTouchEvent": true,
629
+ "_id": ""
630
+ },
631
+ {
632
+ "__type__": "cc.CompPrefabInfo",
633
+ "fileId": "61UvoKQPxOdLSYZpqR0kdN"
634
+ },
635
+ {
636
+ "__type__": "cc.PrefabInfo",
637
+ "root": {
638
+ "__id__": 1
639
+ },
640
+ "asset": {
641
+ "__id__": 0
642
+ },
643
+ "fileId": "764EdyR3pIAJd3lAameksZ",
644
+ "instance": null,
645
+ "targetOverrides": null,
646
+ "nestedPrefabInstanceRoots": null
647
+ },
648
+ {
649
+ "__type__": "cc.Node",
650
+ "_name": "disagree",
651
+ "_objFlags": 0,
652
+ "__editorExtras__": {},
653
+ "_parent": {
654
+ "__id__": 10
655
+ },
656
+ "_children": [
657
+ {
658
+ "__id__": 26
659
+ }
660
+ ],
661
+ "_active": true,
662
+ "_components": [
663
+ {
664
+ "__id__": 32
665
+ },
666
+ {
667
+ "__id__": 34
668
+ },
669
+ {
670
+ "__id__": 36
671
+ }
672
+ ],
673
+ "_prefab": {
674
+ "__id__": 38
675
+ },
676
+ "_lpos": {
677
+ "__type__": "cc.Vec3",
678
+ "x": -130,
679
+ "y": -160,
680
+ "z": 0
681
+ },
682
+ "_lrot": {
683
+ "__type__": "cc.Quat",
684
+ "x": 0,
685
+ "y": 0,
686
+ "z": 0,
687
+ "w": 1
688
+ },
689
+ "_lscale": {
690
+ "__type__": "cc.Vec3",
691
+ "x": 1,
692
+ "y": 1,
693
+ "z": 1
694
+ },
695
+ "_mobility": 0,
696
+ "_layer": 33554432,
697
+ "_euler": {
698
+ "__type__": "cc.Vec3",
699
+ "x": 0,
700
+ "y": 0,
701
+ "z": 0
702
+ },
703
+ "_id": ""
704
+ },
705
+ {
706
+ "__type__": "cc.Node",
707
+ "_name": "Label",
708
+ "_objFlags": 0,
709
+ "__editorExtras__": {},
710
+ "_parent": {
711
+ "__id__": 25
712
+ },
713
+ "_children": [],
714
+ "_active": true,
715
+ "_components": [
716
+ {
717
+ "__id__": 27
718
+ },
719
+ {
720
+ "__id__": 29
721
+ }
722
+ ],
723
+ "_prefab": {
724
+ "__id__": 31
725
+ },
726
+ "_lpos": {
727
+ "__type__": "cc.Vec3",
728
+ "x": 0,
729
+ "y": 0,
730
+ "z": 0
731
+ },
732
+ "_lrot": {
733
+ "__type__": "cc.Quat",
734
+ "x": 0,
735
+ "y": 0,
736
+ "z": 0,
737
+ "w": 1
738
+ },
739
+ "_lscale": {
740
+ "__type__": "cc.Vec3",
741
+ "x": 1,
742
+ "y": 1,
743
+ "z": 1
744
+ },
745
+ "_mobility": 0,
746
+ "_layer": 33554432,
747
+ "_euler": {
748
+ "__type__": "cc.Vec3",
749
+ "x": 0,
750
+ "y": 0,
751
+ "z": 0
752
+ },
753
+ "_id": ""
754
+ },
755
+ {
756
+ "__type__": "cc.UITransform",
757
+ "_name": "",
758
+ "_objFlags": 0,
759
+ "__editorExtras__": {},
760
+ "node": {
761
+ "__id__": 26
762
+ },
763
+ "_enabled": true,
764
+ "__prefab": {
765
+ "__id__": 28
766
+ },
767
+ "_contentSize": {
768
+ "__type__": "cc.Size",
769
+ "width": 100,
770
+ "height": 40
771
+ },
772
+ "_anchorPoint": {
773
+ "__type__": "cc.Vec2",
774
+ "x": 0.5,
775
+ "y": 0.5
776
+ },
777
+ "_id": ""
778
+ },
779
+ {
780
+ "__type__": "cc.CompPrefabInfo",
781
+ "fileId": "be1A7dpHtFd7vMFYJ/SYvf"
782
+ },
783
+ {
784
+ "__type__": "cc.Label",
785
+ "_name": "",
786
+ "_objFlags": 0,
787
+ "__editorExtras__": {},
788
+ "node": {
789
+ "__id__": 26
790
+ },
791
+ "_enabled": true,
792
+ "__prefab": {
793
+ "__id__": 30
794
+ },
795
+ "_customMaterial": null,
796
+ "_srcBlendFactor": 2,
797
+ "_dstBlendFactor": 4,
798
+ "_color": {
799
+ "__type__": "cc.Color",
800
+ "r": 0,
801
+ "g": 0,
802
+ "b": 0,
803
+ "a": 255
804
+ },
805
+ "_string": "不同意",
806
+ "_horizontalAlign": 1,
807
+ "_verticalAlign": 1,
808
+ "_actualFontSize": 30,
809
+ "_fontSize": 30,
810
+ "_fontFamily": "Arial",
811
+ "_lineHeight": 40,
812
+ "_overflow": 1,
813
+ "_enableWrapText": false,
814
+ "_font": null,
815
+ "_isSystemFontUsed": true,
816
+ "_spacingX": 0,
817
+ "_isItalic": false,
818
+ "_isBold": false,
819
+ "_isUnderline": false,
820
+ "_underlineHeight": 2,
821
+ "_cacheMode": 0,
822
+ "_enableOutline": false,
823
+ "_outlineColor": {
824
+ "__type__": "cc.Color",
825
+ "r": 0,
826
+ "g": 0,
827
+ "b": 0,
828
+ "a": 255
829
+ },
830
+ "_outlineWidth": 2,
831
+ "_enableShadow": false,
832
+ "_shadowColor": {
833
+ "__type__": "cc.Color",
834
+ "r": 0,
835
+ "g": 0,
836
+ "b": 0,
837
+ "a": 255
838
+ },
839
+ "_shadowOffset": {
840
+ "__type__": "cc.Vec2",
841
+ "x": 2,
842
+ "y": 2
843
+ },
844
+ "_shadowBlur": 2,
845
+ "_id": ""
846
+ },
847
+ {
848
+ "__type__": "cc.CompPrefabInfo",
849
+ "fileId": "9fIPGG4FFM4b2dP71XibEg"
850
+ },
851
+ {
852
+ "__type__": "cc.PrefabInfo",
853
+ "root": {
854
+ "__id__": 1
855
+ },
856
+ "asset": {
857
+ "__id__": 0
858
+ },
859
+ "fileId": "f7/G8B0fdLcJfuvsBevB5B",
860
+ "instance": null,
861
+ "targetOverrides": null,
862
+ "nestedPrefabInstanceRoots": null
863
+ },
864
+ {
865
+ "__type__": "cc.UITransform",
866
+ "_name": "",
867
+ "_objFlags": 0,
868
+ "__editorExtras__": {},
869
+ "node": {
870
+ "__id__": 25
871
+ },
872
+ "_enabled": true,
873
+ "__prefab": {
874
+ "__id__": 33
875
+ },
876
+ "_contentSize": {
877
+ "__type__": "cc.Size",
878
+ "width": 190,
879
+ "height": 70
880
+ },
881
+ "_anchorPoint": {
882
+ "__type__": "cc.Vec2",
883
+ "x": 0.5,
884
+ "y": 0.5
885
+ },
886
+ "_id": ""
887
+ },
888
+ {
889
+ "__type__": "cc.CompPrefabInfo",
890
+ "fileId": "73j6/WZHpGIJYeTpuHSrvx"
891
+ },
892
+ {
893
+ "__type__": "cc.Sprite",
894
+ "_name": "",
895
+ "_objFlags": 0,
896
+ "__editorExtras__": {},
897
+ "node": {
898
+ "__id__": 25
899
+ },
900
+ "_enabled": true,
901
+ "__prefab": {
902
+ "__id__": 35
903
+ },
904
+ "_customMaterial": null,
905
+ "_srcBlendFactor": 2,
906
+ "_dstBlendFactor": 4,
907
+ "_color": {
908
+ "__type__": "cc.Color",
909
+ "r": 220,
910
+ "g": 220,
911
+ "b": 220,
912
+ "a": 255
913
+ },
914
+ "_spriteFrame": {
915
+ "__uuid__": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
916
+ "__expectedType__": "cc.SpriteFrame"
917
+ },
918
+ "_type": 1,
919
+ "_fillType": 0,
920
+ "_sizeMode": 0,
921
+ "_fillCenter": {
922
+ "__type__": "cc.Vec2",
923
+ "x": 0,
924
+ "y": 0
925
+ },
926
+ "_fillStart": 0,
927
+ "_fillRange": 0,
928
+ "_isTrimmedMode": true,
929
+ "_useGrayscale": false,
930
+ "_atlas": null,
931
+ "_id": ""
932
+ },
933
+ {
934
+ "__type__": "cc.CompPrefabInfo",
935
+ "fileId": "26zaoGm6BEMI7ssrrDKkp7"
936
+ },
937
+ {
938
+ "__type__": "cc.Widget",
939
+ "_name": "",
940
+ "_objFlags": 0,
941
+ "__editorExtras__": {},
942
+ "node": {
943
+ "__id__": 25
944
+ },
945
+ "_enabled": true,
946
+ "__prefab": {
947
+ "__id__": 37
948
+ },
949
+ "_alignFlags": 12,
950
+ "_target": null,
951
+ "_left": 100,
952
+ "_right": 0,
953
+ "_top": 0,
954
+ "_bottom": 30,
955
+ "_horizontalCenter": 0,
956
+ "_verticalCenter": 0,
957
+ "_isAbsLeft": true,
958
+ "_isAbsRight": true,
959
+ "_isAbsTop": true,
960
+ "_isAbsBottom": true,
961
+ "_isAbsHorizontalCenter": true,
962
+ "_isAbsVerticalCenter": true,
963
+ "_originalWidth": 0,
964
+ "_originalHeight": 0,
965
+ "_alignMode": 2,
966
+ "_lockFlags": 0,
967
+ "_id": ""
968
+ },
969
+ {
970
+ "__type__": "cc.CompPrefabInfo",
971
+ "fileId": "a16LXXGHpBVooXUIRZKYXd"
972
+ },
973
+ {
974
+ "__type__": "cc.PrefabInfo",
975
+ "root": {
976
+ "__id__": 1
977
+ },
978
+ "asset": {
979
+ "__id__": 0
980
+ },
981
+ "fileId": "a5ZgNLEU5PvbDsa6xNaHPw",
982
+ "instance": null,
983
+ "targetOverrides": null,
984
+ "nestedPrefabInstanceRoots": null
985
+ },
986
+ {
987
+ "__type__": "cc.Node",
988
+ "_name": "agree",
989
+ "_objFlags": 0,
990
+ "__editorExtras__": {},
991
+ "_parent": {
992
+ "__id__": 10
993
+ },
994
+ "_children": [
995
+ {
996
+ "__id__": 40
997
+ }
998
+ ],
999
+ "_active": true,
1000
+ "_components": [
1001
+ {
1002
+ "__id__": 46
1003
+ },
1004
+ {
1005
+ "__id__": 48
1006
+ },
1007
+ {
1008
+ "__id__": 50
1009
+ }
1010
+ ],
1011
+ "_prefab": {
1012
+ "__id__": 52
1013
+ },
1014
+ "_lpos": {
1015
+ "__type__": "cc.Vec3",
1016
+ "x": 145,
1017
+ "y": -160,
1018
+ "z": 0
1019
+ },
1020
+ "_lrot": {
1021
+ "__type__": "cc.Quat",
1022
+ "x": 0,
1023
+ "y": 0,
1024
+ "z": 0,
1025
+ "w": 1
1026
+ },
1027
+ "_lscale": {
1028
+ "__type__": "cc.Vec3",
1029
+ "x": 1,
1030
+ "y": 1,
1031
+ "z": 1
1032
+ },
1033
+ "_mobility": 0,
1034
+ "_layer": 33554432,
1035
+ "_euler": {
1036
+ "__type__": "cc.Vec3",
1037
+ "x": 0,
1038
+ "y": 0,
1039
+ "z": 0
1040
+ },
1041
+ "_id": ""
1042
+ },
1043
+ {
1044
+ "__type__": "cc.Node",
1045
+ "_name": "Label",
1046
+ "_objFlags": 0,
1047
+ "__editorExtras__": {},
1048
+ "_parent": {
1049
+ "__id__": 39
1050
+ },
1051
+ "_children": [],
1052
+ "_active": true,
1053
+ "_components": [
1054
+ {
1055
+ "__id__": 41
1056
+ },
1057
+ {
1058
+ "__id__": 43
1059
+ }
1060
+ ],
1061
+ "_prefab": {
1062
+ "__id__": 45
1063
+ },
1064
+ "_lpos": {
1065
+ "__type__": "cc.Vec3",
1066
+ "x": 0,
1067
+ "y": 0,
1068
+ "z": 0
1069
+ },
1070
+ "_lrot": {
1071
+ "__type__": "cc.Quat",
1072
+ "x": 0,
1073
+ "y": 0,
1074
+ "z": 0,
1075
+ "w": 1
1076
+ },
1077
+ "_lscale": {
1078
+ "__type__": "cc.Vec3",
1079
+ "x": 1,
1080
+ "y": 1,
1081
+ "z": 1
1082
+ },
1083
+ "_mobility": 0,
1084
+ "_layer": 33554432,
1085
+ "_euler": {
1086
+ "__type__": "cc.Vec3",
1087
+ "x": 0,
1088
+ "y": 0,
1089
+ "z": 0
1090
+ },
1091
+ "_id": ""
1092
+ },
1093
+ {
1094
+ "__type__": "cc.UITransform",
1095
+ "_name": "",
1096
+ "_objFlags": 0,
1097
+ "__editorExtras__": {},
1098
+ "node": {
1099
+ "__id__": 40
1100
+ },
1101
+ "_enabled": true,
1102
+ "__prefab": {
1103
+ "__id__": 42
1104
+ },
1105
+ "_contentSize": {
1106
+ "__type__": "cc.Size",
1107
+ "width": 260,
1108
+ "height": 40
1109
+ },
1110
+ "_anchorPoint": {
1111
+ "__type__": "cc.Vec2",
1112
+ "x": 0.5,
1113
+ "y": 0.5
1114
+ },
1115
+ "_id": ""
1116
+ },
1117
+ {
1118
+ "__type__": "cc.CompPrefabInfo",
1119
+ "fileId": "b4UnCjhOxOjpPpJvzMBPEN"
1120
+ },
1121
+ {
1122
+ "__type__": "cc.Label",
1123
+ "_name": "",
1124
+ "_objFlags": 0,
1125
+ "__editorExtras__": {},
1126
+ "node": {
1127
+ "__id__": 40
1128
+ },
1129
+ "_enabled": true,
1130
+ "__prefab": {
1131
+ "__id__": 44
1132
+ },
1133
+ "_customMaterial": null,
1134
+ "_srcBlendFactor": 2,
1135
+ "_dstBlendFactor": 4,
1136
+ "_color": {
1137
+ "__type__": "cc.Color",
1138
+ "r": 0,
1139
+ "g": 0,
1140
+ "b": 0,
1141
+ "a": 255
1142
+ },
1143
+ "_string": "同意并继续",
1144
+ "_horizontalAlign": 1,
1145
+ "_verticalAlign": 1,
1146
+ "_actualFontSize": 30,
1147
+ "_fontSize": 30,
1148
+ "_fontFamily": "Arial",
1149
+ "_lineHeight": 40,
1150
+ "_overflow": 1,
1151
+ "_enableWrapText": false,
1152
+ "_font": null,
1153
+ "_isSystemFontUsed": true,
1154
+ "_spacingX": 0,
1155
+ "_isItalic": false,
1156
+ "_isBold": false,
1157
+ "_isUnderline": false,
1158
+ "_underlineHeight": 2,
1159
+ "_cacheMode": 0,
1160
+ "_enableOutline": false,
1161
+ "_outlineColor": {
1162
+ "__type__": "cc.Color",
1163
+ "r": 0,
1164
+ "g": 0,
1165
+ "b": 0,
1166
+ "a": 255
1167
+ },
1168
+ "_outlineWidth": 2,
1169
+ "_enableShadow": false,
1170
+ "_shadowColor": {
1171
+ "__type__": "cc.Color",
1172
+ "r": 0,
1173
+ "g": 0,
1174
+ "b": 0,
1175
+ "a": 255
1176
+ },
1177
+ "_shadowOffset": {
1178
+ "__type__": "cc.Vec2",
1179
+ "x": 2,
1180
+ "y": 2
1181
+ },
1182
+ "_shadowBlur": 2,
1183
+ "_id": ""
1184
+ },
1185
+ {
1186
+ "__type__": "cc.CompPrefabInfo",
1187
+ "fileId": "18uu3CPHtDEZQRvCuMD77e"
1188
+ },
1189
+ {
1190
+ "__type__": "cc.PrefabInfo",
1191
+ "root": {
1192
+ "__id__": 1
1193
+ },
1194
+ "asset": {
1195
+ "__id__": 0
1196
+ },
1197
+ "fileId": "927Q/+kWlCLLuq3qzLXNwX",
1198
+ "instance": null,
1199
+ "targetOverrides": null,
1200
+ "nestedPrefabInstanceRoots": null
1201
+ },
1202
+ {
1203
+ "__type__": "cc.UITransform",
1204
+ "_name": "",
1205
+ "_objFlags": 0,
1206
+ "__editorExtras__": {},
1207
+ "node": {
1208
+ "__id__": 39
1209
+ },
1210
+ "_enabled": true,
1211
+ "__prefab": {
1212
+ "__id__": 47
1213
+ },
1214
+ "_contentSize": {
1215
+ "__type__": "cc.Size",
1216
+ "width": 260,
1217
+ "height": 70
1218
+ },
1219
+ "_anchorPoint": {
1220
+ "__type__": "cc.Vec2",
1221
+ "x": 0.5,
1222
+ "y": 0.5
1223
+ },
1224
+ "_id": ""
1225
+ },
1226
+ {
1227
+ "__type__": "cc.CompPrefabInfo",
1228
+ "fileId": "1em+C7Po9IYKvqX9HFDU0a"
1229
+ },
1230
+ {
1231
+ "__type__": "cc.Sprite",
1232
+ "_name": "",
1233
+ "_objFlags": 0,
1234
+ "__editorExtras__": {},
1235
+ "node": {
1236
+ "__id__": 39
1237
+ },
1238
+ "_enabled": true,
1239
+ "__prefab": {
1240
+ "__id__": 49
1241
+ },
1242
+ "_customMaterial": null,
1243
+ "_srcBlendFactor": 2,
1244
+ "_dstBlendFactor": 4,
1245
+ "_color": {
1246
+ "__type__": "cc.Color",
1247
+ "r": 255,
1248
+ "g": 165,
1249
+ "b": 0,
1250
+ "a": 255
1251
+ },
1252
+ "_spriteFrame": {
1253
+ "__uuid__": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
1254
+ "__expectedType__": "cc.SpriteFrame"
1255
+ },
1256
+ "_type": 1,
1257
+ "_fillType": 0,
1258
+ "_sizeMode": 0,
1259
+ "_fillCenter": {
1260
+ "__type__": "cc.Vec2",
1261
+ "x": 0,
1262
+ "y": 0
1263
+ },
1264
+ "_fillStart": 0,
1265
+ "_fillRange": 0,
1266
+ "_isTrimmedMode": true,
1267
+ "_useGrayscale": false,
1268
+ "_atlas": null,
1269
+ "_id": ""
1270
+ },
1271
+ {
1272
+ "__type__": "cc.CompPrefabInfo",
1273
+ "fileId": "03uEFAQmBKqo1rd85RrJ9W"
1274
+ },
1275
+ {
1276
+ "__type__": "cc.Widget",
1277
+ "_name": "",
1278
+ "_objFlags": 0,
1279
+ "__editorExtras__": {},
1280
+ "node": {
1281
+ "__id__": 39
1282
+ },
1283
+ "_enabled": true,
1284
+ "__prefab": {
1285
+ "__id__": 51
1286
+ },
1287
+ "_alignFlags": 36,
1288
+ "_target": null,
1289
+ "_left": 0,
1290
+ "_right": 50,
1291
+ "_top": 0,
1292
+ "_bottom": 30,
1293
+ "_horizontalCenter": 0,
1294
+ "_verticalCenter": 0,
1295
+ "_isAbsLeft": true,
1296
+ "_isAbsRight": true,
1297
+ "_isAbsTop": true,
1298
+ "_isAbsBottom": true,
1299
+ "_isAbsHorizontalCenter": true,
1300
+ "_isAbsVerticalCenter": true,
1301
+ "_originalWidth": 0,
1302
+ "_originalHeight": 0,
1303
+ "_alignMode": 2,
1304
+ "_lockFlags": 0,
1305
+ "_id": ""
1306
+ },
1307
+ {
1308
+ "__type__": "cc.CompPrefabInfo",
1309
+ "fileId": "9dXAL4dZxOs6LaJWdPiRmR"
1310
+ },
1311
+ {
1312
+ "__type__": "cc.PrefabInfo",
1313
+ "root": {
1314
+ "__id__": 1
1315
+ },
1316
+ "asset": {
1317
+ "__id__": 0
1318
+ },
1319
+ "fileId": "370/afe29Gwo3ArEPMt78x",
1320
+ "instance": null,
1321
+ "targetOverrides": null,
1322
+ "nestedPrefabInstanceRoots": null
1323
+ },
1324
+ {
1325
+ "__type__": "cc.UITransform",
1326
+ "_name": "",
1327
+ "_objFlags": 0,
1328
+ "__editorExtras__": {},
1329
+ "node": {
1330
+ "__id__": 10
1331
+ },
1332
+ "_enabled": true,
1333
+ "__prefab": {
1334
+ "__id__": 54
1335
+ },
1336
+ "_contentSize": {
1337
+ "__type__": "cc.Size",
1338
+ "width": 650,
1339
+ "height": 450
1340
+ },
1341
+ "_anchorPoint": {
1342
+ "__type__": "cc.Vec2",
1343
+ "x": 0.5,
1344
+ "y": 0.5
1345
+ },
1346
+ "_id": ""
1347
+ },
1348
+ {
1349
+ "__type__": "cc.CompPrefabInfo",
1350
+ "fileId": "6aba4HqNpMOIY5cNBtR+l3"
1351
+ },
1352
+ {
1353
+ "__type__": "cc.Sprite",
1354
+ "_name": "",
1355
+ "_objFlags": 0,
1356
+ "__editorExtras__": {},
1357
+ "node": {
1358
+ "__id__": 10
1359
+ },
1360
+ "_enabled": true,
1361
+ "__prefab": {
1362
+ "__id__": 56
1363
+ },
1364
+ "_customMaterial": null,
1365
+ "_srcBlendFactor": 2,
1366
+ "_dstBlendFactor": 4,
1367
+ "_color": {
1368
+ "__type__": "cc.Color",
1369
+ "r": 255,
1370
+ "g": 255,
1371
+ "b": 255,
1372
+ "a": 255
1373
+ },
1374
+ "_spriteFrame": {
1375
+ "__uuid__": "9fea1df9-2161-47b6-a8c0-27bbfb0a956f@f9941",
1376
+ "__expectedType__": "cc.SpriteFrame"
1377
+ },
1378
+ "_type": 1,
1379
+ "_fillType": 0,
1380
+ "_sizeMode": 0,
1381
+ "_fillCenter": {
1382
+ "__type__": "cc.Vec2",
1383
+ "x": 0,
1384
+ "y": 0
1385
+ },
1386
+ "_fillStart": 0,
1387
+ "_fillRange": 0,
1388
+ "_isTrimmedMode": true,
1389
+ "_useGrayscale": false,
1390
+ "_atlas": null,
1391
+ "_id": ""
1392
+ },
1393
+ {
1394
+ "__type__": "cc.CompPrefabInfo",
1395
+ "fileId": "b61WZL5wtPBpRoVkUVYBFY"
1396
+ },
1397
+ {
1398
+ "__type__": "cc.PrefabInfo",
1399
+ "root": {
1400
+ "__id__": 1
1401
+ },
1402
+ "asset": {
1403
+ "__id__": 0
1404
+ },
1405
+ "fileId": "45Fj7fUFpMtrLA3t4Rlp17",
1406
+ "instance": null,
1407
+ "targetOverrides": null,
1408
+ "nestedPrefabInstanceRoots": null
1409
+ },
1410
+ {
1411
+ "__type__": "cc.UITransform",
1412
+ "_name": "",
1413
+ "_objFlags": 0,
1414
+ "__editorExtras__": {},
1415
+ "node": {
1416
+ "__id__": 1
1417
+ },
1418
+ "_enabled": true,
1419
+ "__prefab": {
1420
+ "__id__": 59
1421
+ },
1422
+ "_contentSize": {
1423
+ "__type__": "cc.Size",
1424
+ "width": 0,
1425
+ "height": 0
1426
+ },
1427
+ "_anchorPoint": {
1428
+ "__type__": "cc.Vec2",
1429
+ "x": 0.5,
1430
+ "y": 0.5
1431
+ },
1432
+ "_id": ""
1433
+ },
1434
+ {
1435
+ "__type__": "cc.CompPrefabInfo",
1436
+ "fileId": "bfI0rHoKRGnJNNiWJM27Ay"
1437
+ },
1438
+ {
1439
+ "__type__": "cc.PrefabInfo",
1440
+ "root": {
1441
+ "__id__": 1
1442
+ },
1443
+ "asset": {
1444
+ "__id__": 0
1445
+ },
1446
+ "fileId": "0fFa+o8YBLmL5fMl4A/2qe",
1447
+ "instance": null,
1448
+ "targetOverrides": null
1449
+ }
1450
+ ]