ShopUI.prefab 16 KB

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