MatePanel.prefab 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "MatePanel",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 9
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 24
  34. },
  35. {
  36. "__id__": 25
  37. },
  38. {
  39. "__id__": 26
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 27
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 750,
  56. "height": 1334
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 1,
  75. 1,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 0,
  89. "groupIndex": 0,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "matebgback",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [],
  100. "_active": true,
  101. "_components": [
  102. {
  103. "__id__": 3
  104. },
  105. {
  106. "__id__": 4
  107. }
  108. ],
  109. "_prefab": {
  110. "__id__": 5
  111. },
  112. "_opacity": 255,
  113. "_color": {
  114. "__type__": "cc.Color",
  115. "r": 255,
  116. "g": 255,
  117. "b": 255,
  118. "a": 255
  119. },
  120. "_contentSize": {
  121. "__type__": "cc.Size",
  122. "width": 750,
  123. "height": 2000
  124. },
  125. "_anchorPoint": {
  126. "__type__": "cc.Vec2",
  127. "x": 0.5,
  128. "y": 0.5
  129. },
  130. "_trs": {
  131. "__type__": "TypedArray",
  132. "ctor": "Float64Array",
  133. "array": [
  134. 0,
  135. 0,
  136. 0,
  137. 0,
  138. 0,
  139. 0,
  140. 1,
  141. 1,
  142. 1,
  143. 1
  144. ]
  145. },
  146. "_eulerAngles": {
  147. "__type__": "cc.Vec3",
  148. "x": 0,
  149. "y": 0,
  150. "z": 0
  151. },
  152. "_skewX": 0,
  153. "_skewY": 0,
  154. "_is3DNode": false,
  155. "_groupIndex": 0,
  156. "groupIndex": 0,
  157. "_id": ""
  158. },
  159. {
  160. "__type__": "cc.Sprite",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "node": {
  164. "__id__": 2
  165. },
  166. "_enabled": true,
  167. "_materials": [
  168. {
  169. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  170. }
  171. ],
  172. "_srcBlendFactor": 770,
  173. "_dstBlendFactor": 771,
  174. "_spriteFrame": {
  175. "__uuid__": "5a65a03f-1f30-4fbd-9392-1c0e2daaf5a0"
  176. },
  177. "_type": 0,
  178. "_sizeMode": 1,
  179. "_fillType": 0,
  180. "_fillCenter": {
  181. "__type__": "cc.Vec2",
  182. "x": 0,
  183. "y": 0
  184. },
  185. "_fillStart": 0,
  186. "_fillRange": 0,
  187. "_isTrimmedMode": true,
  188. "_atlas": null,
  189. "_id": ""
  190. },
  191. {
  192. "__type__": "cc.Widget",
  193. "_name": "",
  194. "_objFlags": 0,
  195. "node": {
  196. "__id__": 2
  197. },
  198. "_enabled": true,
  199. "alignMode": 1,
  200. "_target": null,
  201. "_alignFlags": 5,
  202. "_left": 0,
  203. "_right": 0,
  204. "_top": -333,
  205. "_bottom": -333,
  206. "_verticalCenter": 0,
  207. "_horizontalCenter": 0,
  208. "_isAbsLeft": true,
  209. "_isAbsRight": true,
  210. "_isAbsTop": true,
  211. "_isAbsBottom": true,
  212. "_isAbsHorizontalCenter": true,
  213. "_isAbsVerticalCenter": true,
  214. "_originalWidth": 0,
  215. "_originalHeight": 1569,
  216. "_id": ""
  217. },
  218. {
  219. "__type__": "cc.PrefabInfo",
  220. "root": {
  221. "__id__": 1
  222. },
  223. "asset": {
  224. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  225. },
  226. "fileId": "5d5nl4PeFA2J5m7AvqgffL",
  227. "sync": false
  228. },
  229. {
  230. "__type__": "cc.Node",
  231. "_name": "matebg",
  232. "_objFlags": 0,
  233. "_parent": {
  234. "__id__": 1
  235. },
  236. "_children": [],
  237. "_active": true,
  238. "_components": [
  239. {
  240. "__id__": 7
  241. }
  242. ],
  243. "_prefab": {
  244. "__id__": 8
  245. },
  246. "_opacity": 255,
  247. "_color": {
  248. "__type__": "cc.Color",
  249. "r": 255,
  250. "g": 255,
  251. "b": 255,
  252. "a": 255
  253. },
  254. "_contentSize": {
  255. "__type__": "cc.Size",
  256. "width": 750,
  257. "height": 1310
  258. },
  259. "_anchorPoint": {
  260. "__type__": "cc.Vec2",
  261. "x": 0.5,
  262. "y": 0.5
  263. },
  264. "_trs": {
  265. "__type__": "TypedArray",
  266. "ctor": "Float64Array",
  267. "array": [
  268. 0,
  269. -185.166,
  270. 0,
  271. 0,
  272. 0,
  273. 0,
  274. 1,
  275. 1,
  276. 1,
  277. 1
  278. ]
  279. },
  280. "_eulerAngles": {
  281. "__type__": "cc.Vec3",
  282. "x": 0,
  283. "y": 0,
  284. "z": 0
  285. },
  286. "_skewX": 0,
  287. "_skewY": 0,
  288. "_is3DNode": false,
  289. "_groupIndex": 0,
  290. "groupIndex": 0,
  291. "_id": ""
  292. },
  293. {
  294. "__type__": "cc.Sprite",
  295. "_name": "",
  296. "_objFlags": 0,
  297. "node": {
  298. "__id__": 6
  299. },
  300. "_enabled": true,
  301. "_materials": [
  302. {
  303. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  304. }
  305. ],
  306. "_srcBlendFactor": 770,
  307. "_dstBlendFactor": 771,
  308. "_spriteFrame": {
  309. "__uuid__": "a8df9a2b-efff-4273-a941-6a4a8fa368de"
  310. },
  311. "_type": 0,
  312. "_sizeMode": 1,
  313. "_fillType": 0,
  314. "_fillCenter": {
  315. "__type__": "cc.Vec2",
  316. "x": 0,
  317. "y": 0
  318. },
  319. "_fillStart": 0,
  320. "_fillRange": 0,
  321. "_isTrimmedMode": true,
  322. "_atlas": null,
  323. "_id": ""
  324. },
  325. {
  326. "__type__": "cc.PrefabInfo",
  327. "root": {
  328. "__id__": 1
  329. },
  330. "asset": {
  331. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  332. },
  333. "fileId": "deqNse6W9F/6Sn7tAU4gRu",
  334. "sync": false
  335. },
  336. {
  337. "__type__": "cc.Node",
  338. "_name": "Panel",
  339. "_objFlags": 0,
  340. "_parent": {
  341. "__id__": 1
  342. },
  343. "_children": [
  344. {
  345. "__id__": 10
  346. }
  347. ],
  348. "_active": true,
  349. "_components": [
  350. {
  351. "__id__": 22
  352. }
  353. ],
  354. "_prefab": {
  355. "__id__": 23
  356. },
  357. "_opacity": 255,
  358. "_color": {
  359. "__type__": "cc.Color",
  360. "r": 255,
  361. "g": 255,
  362. "b": 255,
  363. "a": 255
  364. },
  365. "_contentSize": {
  366. "__type__": "cc.Size",
  367. "width": 750,
  368. "height": 1334
  369. },
  370. "_anchorPoint": {
  371. "__type__": "cc.Vec2",
  372. "x": 0.5,
  373. "y": 0.5
  374. },
  375. "_trs": {
  376. "__type__": "TypedArray",
  377. "ctor": "Float64Array",
  378. "array": [
  379. 0,
  380. 0,
  381. 0,
  382. 0,
  383. 0,
  384. 0,
  385. 1,
  386. 1,
  387. 1,
  388. 1
  389. ]
  390. },
  391. "_eulerAngles": {
  392. "__type__": "cc.Vec3",
  393. "x": 0,
  394. "y": 0,
  395. "z": 0
  396. },
  397. "_skewX": 0,
  398. "_skewY": 0,
  399. "_is3DNode": false,
  400. "_groupIndex": 0,
  401. "groupIndex": 0,
  402. "_id": ""
  403. },
  404. {
  405. "__type__": "cc.Node",
  406. "_name": "btnBack",
  407. "_objFlags": 0,
  408. "_parent": {
  409. "__id__": 9
  410. },
  411. "_children": [
  412. {
  413. "__id__": 11
  414. },
  415. {
  416. "__id__": 14
  417. }
  418. ],
  419. "_active": true,
  420. "_components": [
  421. {
  422. "__id__": 17
  423. },
  424. {
  425. "__id__": 18
  426. },
  427. {
  428. "__id__": 20
  429. }
  430. ],
  431. "_prefab": {
  432. "__id__": 21
  433. },
  434. "_opacity": 255,
  435. "_color": {
  436. "__type__": "cc.Color",
  437. "r": 50,
  438. "g": 158,
  439. "b": 235,
  440. "a": 255
  441. },
  442. "_contentSize": {
  443. "__type__": "cc.Size",
  444. "width": 212,
  445. "height": 76
  446. },
  447. "_anchorPoint": {
  448. "__type__": "cc.Vec2",
  449. "x": 0.5,
  450. "y": 0.5
  451. },
  452. "_trs": {
  453. "__type__": "TypedArray",
  454. "ctor": "Float64Array",
  455. "array": [
  456. -238,
  457. 593,
  458. 0,
  459. 0,
  460. 0,
  461. 0,
  462. 1,
  463. 1,
  464. 1,
  465. 1
  466. ]
  467. },
  468. "_eulerAngles": {
  469. "__type__": "cc.Vec3",
  470. "x": 0,
  471. "y": 0,
  472. "z": 0
  473. },
  474. "_skewX": 0,
  475. "_skewY": 0,
  476. "_is3DNode": false,
  477. "_groupIndex": 0,
  478. "groupIndex": 0,
  479. "_id": ""
  480. },
  481. {
  482. "__type__": "cc.Node",
  483. "_name": "common_btn_backbest",
  484. "_objFlags": 0,
  485. "_parent": {
  486. "__id__": 10
  487. },
  488. "_children": [],
  489. "_active": true,
  490. "_components": [
  491. {
  492. "__id__": 12
  493. }
  494. ],
  495. "_prefab": {
  496. "__id__": 13
  497. },
  498. "_opacity": 255,
  499. "_color": {
  500. "__type__": "cc.Color",
  501. "r": 255,
  502. "g": 255,
  503. "b": 255,
  504. "a": 255
  505. },
  506. "_contentSize": {
  507. "__type__": "cc.Size",
  508. "width": 75,
  509. "height": 60
  510. },
  511. "_anchorPoint": {
  512. "__type__": "cc.Vec2",
  513. "x": 0.5,
  514. "y": 0.5
  515. },
  516. "_trs": {
  517. "__type__": "TypedArray",
  518. "ctor": "Float64Array",
  519. "array": [
  520. -62.592,
  521. 0,
  522. 0,
  523. 0,
  524. 0,
  525. 0,
  526. 1,
  527. 1,
  528. 1,
  529. 1
  530. ]
  531. },
  532. "_eulerAngles": {
  533. "__type__": "cc.Vec3",
  534. "x": 0,
  535. "y": 0,
  536. "z": 0
  537. },
  538. "_skewX": 0,
  539. "_skewY": 0,
  540. "_is3DNode": false,
  541. "_groupIndex": 0,
  542. "groupIndex": 0,
  543. "_id": ""
  544. },
  545. {
  546. "__type__": "cc.Sprite",
  547. "_name": "",
  548. "_objFlags": 0,
  549. "node": {
  550. "__id__": 11
  551. },
  552. "_enabled": true,
  553. "_materials": [
  554. {
  555. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  556. }
  557. ],
  558. "_srcBlendFactor": 770,
  559. "_dstBlendFactor": 771,
  560. "_spriteFrame": {
  561. "__uuid__": "a4cab443-5965-4853-87ad-b01f0a50b085"
  562. },
  563. "_type": 0,
  564. "_sizeMode": 1,
  565. "_fillType": 0,
  566. "_fillCenter": {
  567. "__type__": "cc.Vec2",
  568. "x": 0,
  569. "y": 0
  570. },
  571. "_fillStart": 0,
  572. "_fillRange": 0,
  573. "_isTrimmedMode": true,
  574. "_atlas": null,
  575. "_id": ""
  576. },
  577. {
  578. "__type__": "cc.PrefabInfo",
  579. "root": {
  580. "__id__": 1
  581. },
  582. "asset": {
  583. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  584. },
  585. "fileId": "622FK7/r5BWKFDvKrlDLy8",
  586. "sync": false
  587. },
  588. {
  589. "__type__": "cc.Node",
  590. "_name": "mate_icon_title",
  591. "_objFlags": 0,
  592. "_parent": {
  593. "__id__": 10
  594. },
  595. "_children": [],
  596. "_active": true,
  597. "_components": [
  598. {
  599. "__id__": 15
  600. }
  601. ],
  602. "_prefab": {
  603. "__id__": 16
  604. },
  605. "_opacity": 255,
  606. "_color": {
  607. "__type__": "cc.Color",
  608. "r": 255,
  609. "g": 255,
  610. "b": 255,
  611. "a": 255
  612. },
  613. "_contentSize": {
  614. "__type__": "cc.Size",
  615. "width": 99,
  616. "height": 50
  617. },
  618. "_anchorPoint": {
  619. "__type__": "cc.Vec2",
  620. "x": 0.5,
  621. "y": 0.5
  622. },
  623. "_trs": {
  624. "__type__": "TypedArray",
  625. "ctor": "Float64Array",
  626. "array": [
  627. 48.421,
  628. 0,
  629. 0,
  630. 0,
  631. 0,
  632. 0,
  633. 1,
  634. 1,
  635. 1,
  636. 1
  637. ]
  638. },
  639. "_eulerAngles": {
  640. "__type__": "cc.Vec3",
  641. "x": 0,
  642. "y": 0,
  643. "z": 0
  644. },
  645. "_skewX": 0,
  646. "_skewY": 0,
  647. "_is3DNode": false,
  648. "_groupIndex": 0,
  649. "groupIndex": 0,
  650. "_id": ""
  651. },
  652. {
  653. "__type__": "cc.Sprite",
  654. "_name": "",
  655. "_objFlags": 0,
  656. "node": {
  657. "__id__": 14
  658. },
  659. "_enabled": true,
  660. "_materials": [
  661. {
  662. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  663. }
  664. ],
  665. "_srcBlendFactor": 770,
  666. "_dstBlendFactor": 771,
  667. "_spriteFrame": null,
  668. "_type": 0,
  669. "_sizeMode": 1,
  670. "_fillType": 0,
  671. "_fillCenter": {
  672. "__type__": "cc.Vec2",
  673. "x": 0,
  674. "y": 0
  675. },
  676. "_fillStart": 0,
  677. "_fillRange": 0,
  678. "_isTrimmedMode": true,
  679. "_atlas": null,
  680. "_id": ""
  681. },
  682. {
  683. "__type__": "cc.PrefabInfo",
  684. "root": {
  685. "__id__": 1
  686. },
  687. "asset": {
  688. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  689. },
  690. "fileId": "08ATRqvYRDoKSq2cebvDEk",
  691. "sync": false
  692. },
  693. {
  694. "__type__": "cc.Sprite",
  695. "_name": "",
  696. "_objFlags": 0,
  697. "node": {
  698. "__id__": 10
  699. },
  700. "_enabled": false,
  701. "_materials": [
  702. {
  703. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  704. }
  705. ],
  706. "_srcBlendFactor": 770,
  707. "_dstBlendFactor": 771,
  708. "_spriteFrame": {
  709. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  710. },
  711. "_type": 0,
  712. "_sizeMode": 0,
  713. "_fillType": 0,
  714. "_fillCenter": {
  715. "__type__": "cc.Vec2",
  716. "x": 0,
  717. "y": 0
  718. },
  719. "_fillStart": 0,
  720. "_fillRange": 0,
  721. "_isTrimmedMode": true,
  722. "_atlas": null,
  723. "_id": ""
  724. },
  725. {
  726. "__type__": "cc.Button",
  727. "_name": "",
  728. "_objFlags": 0,
  729. "node": {
  730. "__id__": 10
  731. },
  732. "_enabled": true,
  733. "_normalMaterial": null,
  734. "_grayMaterial": null,
  735. "duration": 0.1,
  736. "zoomScale": 1.2,
  737. "clickEvents": [
  738. {
  739. "__id__": 19
  740. }
  741. ],
  742. "_N$interactable": true,
  743. "_N$enableAutoGrayEffect": false,
  744. "_N$transition": 0,
  745. "transition": 0,
  746. "_N$normalColor": {
  747. "__type__": "cc.Color",
  748. "r": 255,
  749. "g": 255,
  750. "b": 255,
  751. "a": 255
  752. },
  753. "_N$pressedColor": {
  754. "__type__": "cc.Color",
  755. "r": 211,
  756. "g": 211,
  757. "b": 211,
  758. "a": 255
  759. },
  760. "pressedColor": {
  761. "__type__": "cc.Color",
  762. "r": 211,
  763. "g": 211,
  764. "b": 211,
  765. "a": 255
  766. },
  767. "_N$hoverColor": {
  768. "__type__": "cc.Color",
  769. "r": 255,
  770. "g": 255,
  771. "b": 255,
  772. "a": 255
  773. },
  774. "hoverColor": {
  775. "__type__": "cc.Color",
  776. "r": 255,
  777. "g": 255,
  778. "b": 255,
  779. "a": 255
  780. },
  781. "_N$disabledColor": {
  782. "__type__": "cc.Color",
  783. "r": 124,
  784. "g": 124,
  785. "b": 124,
  786. "a": 255
  787. },
  788. "_N$normalSprite": null,
  789. "_N$pressedSprite": null,
  790. "pressedSprite": null,
  791. "_N$hoverSprite": null,
  792. "hoverSprite": null,
  793. "_N$disabledSprite": null,
  794. "_N$target": null,
  795. "_id": ""
  796. },
  797. {
  798. "__type__": "cc.ClickEvent",
  799. "target": {
  800. "__id__": 1
  801. },
  802. "component": "",
  803. "_componentId": "aad5cjQCrtGvZD36OuFnDOy",
  804. "handler": "Click_CloseBtn",
  805. "customEventData": ""
  806. },
  807. {
  808. "__type__": "cc.Widget",
  809. "_name": "",
  810. "_objFlags": 0,
  811. "node": {
  812. "__id__": 10
  813. },
  814. "_enabled": true,
  815. "alignMode": 1,
  816. "_target": null,
  817. "_alignFlags": 9,
  818. "_left": 31,
  819. "_right": 0,
  820. "_top": 36,
  821. "_bottom": 0,
  822. "_verticalCenter": 0,
  823. "_horizontalCenter": 0,
  824. "_isAbsLeft": true,
  825. "_isAbsRight": true,
  826. "_isAbsTop": true,
  827. "_isAbsBottom": true,
  828. "_isAbsHorizontalCenter": true,
  829. "_isAbsVerticalCenter": true,
  830. "_originalWidth": 0,
  831. "_originalHeight": 0,
  832. "_id": ""
  833. },
  834. {
  835. "__type__": "cc.PrefabInfo",
  836. "root": {
  837. "__id__": 1
  838. },
  839. "asset": {
  840. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  841. },
  842. "fileId": "ffUhTxYMpG/5MD6+araXcz",
  843. "sync": false
  844. },
  845. {
  846. "__type__": "cc.Widget",
  847. "_name": "",
  848. "_objFlags": 0,
  849. "node": {
  850. "__id__": 9
  851. },
  852. "_enabled": true,
  853. "alignMode": 1,
  854. "_target": null,
  855. "_alignFlags": 45,
  856. "_left": 0,
  857. "_right": 0,
  858. "_top": 0,
  859. "_bottom": 0,
  860. "_verticalCenter": 0,
  861. "_horizontalCenter": 0,
  862. "_isAbsLeft": true,
  863. "_isAbsRight": true,
  864. "_isAbsTop": true,
  865. "_isAbsBottom": true,
  866. "_isAbsHorizontalCenter": true,
  867. "_isAbsVerticalCenter": true,
  868. "_originalWidth": 0,
  869. "_originalHeight": 0,
  870. "_id": ""
  871. },
  872. {
  873. "__type__": "cc.PrefabInfo",
  874. "root": {
  875. "__id__": 1
  876. },
  877. "asset": {
  878. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  879. },
  880. "fileId": "37Yx2Ezj5PvphyQbAbHr7w",
  881. "sync": false
  882. },
  883. {
  884. "__type__": "cc.Widget",
  885. "_name": "",
  886. "_objFlags": 0,
  887. "node": {
  888. "__id__": 1
  889. },
  890. "_enabled": true,
  891. "alignMode": 1,
  892. "_target": null,
  893. "_alignFlags": 45,
  894. "_left": 0,
  895. "_right": 0,
  896. "_top": 0,
  897. "_bottom": 0,
  898. "_verticalCenter": 0,
  899. "_horizontalCenter": 0,
  900. "_isAbsLeft": true,
  901. "_isAbsRight": true,
  902. "_isAbsTop": true,
  903. "_isAbsBottom": true,
  904. "_isAbsHorizontalCenter": true,
  905. "_isAbsVerticalCenter": true,
  906. "_originalWidth": 0,
  907. "_originalHeight": 0,
  908. "_id": ""
  909. },
  910. {
  911. "__type__": "cc.BlockInputEvents",
  912. "_name": "",
  913. "_objFlags": 0,
  914. "node": {
  915. "__id__": 1
  916. },
  917. "_enabled": true,
  918. "_id": ""
  919. },
  920. {
  921. "__type__": "aad5cjQCrtGvZD36OuFnDOy",
  922. "_name": "",
  923. "_objFlags": 0,
  924. "node": {
  925. "__id__": 1
  926. },
  927. "_enabled": true,
  928. "panelNode": {
  929. "__id__": 9
  930. },
  931. "_id": ""
  932. },
  933. {
  934. "__type__": "cc.PrefabInfo",
  935. "root": {
  936. "__id__": 1
  937. },
  938. "asset": {
  939. "__uuid__": "19839e8e-4479-4dd5-84bf-e234f0f59c2b"
  940. },
  941. "fileId": "9fqBL0lyZKjLj71a9agPOi",
  942. "sync": false
  943. }
  944. ]