OperateCtrlPrefab.prefab 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  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": "OperateCtrlPrefab",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 9
  31. },
  32. {
  33. "__id__": 10
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 11
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 1100,
  50. "height": 340
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 1,
  55. "y": 0
  56. },
  57. "_trs": {
  58. "__type__": "TypedArray",
  59. "ctor": "Float64Array",
  60. "array": [
  61. 615,
  62. -214,
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 1,
  68. 1,
  69. 1,
  70. 1
  71. ]
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "_groupIndex": 0,
  83. "groupIndex": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "TingLayout",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": false,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. },
  99. {
  100. "__id__": 4
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 5
  105. },
  106. "_opacity": 255,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 167,
  110. "g": 167,
  111. "b": 167,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 100,
  117. "height": 80
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. -50,
  129. 40,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.Layout",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "node": {
  158. "__id__": 2
  159. },
  160. "_enabled": true,
  161. "_layoutSize": {
  162. "__type__": "cc.Size",
  163. "width": 100,
  164. "height": 80
  165. },
  166. "_resize": 1,
  167. "_N$layoutType": 1,
  168. "_N$cellSize": {
  169. "__type__": "cc.Size",
  170. "width": 40,
  171. "height": 40
  172. },
  173. "_N$startAxis": 0,
  174. "_N$paddingLeft": 0,
  175. "_N$paddingRight": 0,
  176. "_N$paddingTop": 0,
  177. "_N$paddingBottom": 0,
  178. "_N$spacingX": 0,
  179. "_N$spacingY": 0,
  180. "_N$verticalDirection": 1,
  181. "_N$horizontalDirection": 1,
  182. "_N$affectedByScale": false,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.Sprite",
  187. "_name": "",
  188. "_objFlags": 0,
  189. "node": {
  190. "__id__": 2
  191. },
  192. "_enabled": true,
  193. "_materials": [
  194. {
  195. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  196. }
  197. ],
  198. "_srcBlendFactor": 770,
  199. "_dstBlendFactor": 771,
  200. "_spriteFrame": {
  201. "__uuid__": "06bf66e1-5e7b-45e2-945c-07c1164d3f59"
  202. },
  203. "_type": 1,
  204. "_sizeMode": 0,
  205. "_fillType": 0,
  206. "_fillCenter": {
  207. "__type__": "cc.Vec2",
  208. "x": 0,
  209. "y": 0
  210. },
  211. "_fillStart": 0,
  212. "_fillRange": 0,
  213. "_isTrimmedMode": true,
  214. "_atlas": {
  215. "__uuid__": "f472c153-0747-4a02-9a40-bff84ac4454c"
  216. },
  217. "_id": ""
  218. },
  219. {
  220. "__type__": "cc.PrefabInfo",
  221. "root": {
  222. "__id__": 1
  223. },
  224. "asset": {
  225. "__id__": 0
  226. },
  227. "fileId": "67qIymfypIZIymx1kp68Lv",
  228. "sync": false
  229. },
  230. {
  231. "__type__": "cc.Node",
  232. "_name": "OperateLayout",
  233. "_objFlags": 0,
  234. "_parent": {
  235. "__id__": 1
  236. },
  237. "_children": [],
  238. "_active": true,
  239. "_components": [
  240. {
  241. "__id__": 7
  242. }
  243. ],
  244. "_prefab": {
  245. "__id__": 8
  246. },
  247. "_opacity": 255,
  248. "_color": {
  249. "__type__": "cc.Color",
  250. "r": 167,
  251. "g": 167,
  252. "b": 167,
  253. "a": 255
  254. },
  255. "_contentSize": {
  256. "__type__": "cc.Size",
  257. "width": 1100,
  258. "height": 150
  259. },
  260. "_anchorPoint": {
  261. "__type__": "cc.Vec2",
  262. "x": 0.5,
  263. "y": 0.5
  264. },
  265. "_trs": {
  266. "__type__": "TypedArray",
  267. "ctor": "Float64Array",
  268. "array": [
  269. -550,
  270. 75,
  271. 0,
  272. 0,
  273. 0,
  274. 0,
  275. 1,
  276. 1,
  277. 1,
  278. 1
  279. ]
  280. },
  281. "_eulerAngles": {
  282. "__type__": "cc.Vec3",
  283. "x": 0,
  284. "y": 0,
  285. "z": 0
  286. },
  287. "_skewX": 0,
  288. "_skewY": 0,
  289. "_is3DNode": false,
  290. "_groupIndex": 0,
  291. "groupIndex": 0,
  292. "_id": ""
  293. },
  294. {
  295. "__type__": "cc.Layout",
  296. "_name": "",
  297. "_objFlags": 0,
  298. "node": {
  299. "__id__": 6
  300. },
  301. "_enabled": true,
  302. "_layoutSize": {
  303. "__type__": "cc.Size",
  304. "width": 1100,
  305. "height": 150
  306. },
  307. "_resize": 0,
  308. "_N$layoutType": 3,
  309. "_N$cellSize": {
  310. "__type__": "cc.Size",
  311. "width": 40,
  312. "height": 40
  313. },
  314. "_N$startAxis": 0,
  315. "_N$paddingLeft": 0,
  316. "_N$paddingRight": 0,
  317. "_N$paddingTop": 0,
  318. "_N$paddingBottom": 0,
  319. "_N$spacingX": 0,
  320. "_N$spacingY": 0,
  321. "_N$verticalDirection": 0,
  322. "_N$horizontalDirection": 1,
  323. "_N$affectedByScale": false,
  324. "_id": ""
  325. },
  326. {
  327. "__type__": "cc.PrefabInfo",
  328. "root": {
  329. "__id__": 1
  330. },
  331. "asset": {
  332. "__id__": 0
  333. },
  334. "fileId": "53pXJ42YhI0YlFxqzb0GkD",
  335. "sync": false
  336. },
  337. {
  338. "__type__": "f1e26pZSg5J3prwwbU66tO8",
  339. "_name": "",
  340. "_objFlags": 0,
  341. "node": {
  342. "__id__": 1
  343. },
  344. "_enabled": true,
  345. "m_WeaveCtrlPrefab": {
  346. "__uuid__": "bc790725-2894-407c-913c-952c0550a830"
  347. },
  348. "m_OperateLayout": {
  349. "__id__": 7
  350. },
  351. "m_TingTip": {
  352. "__id__": 3
  353. },
  354. "m_TingItemPrefab": {
  355. "__uuid__": "59b516bb-ea3a-4b1e-b16c-7059541184d7"
  356. },
  357. "_id": ""
  358. },
  359. {
  360. "__type__": "cc.Layout",
  361. "_name": "",
  362. "_objFlags": 0,
  363. "node": {
  364. "__id__": 1
  365. },
  366. "_enabled": true,
  367. "_layoutSize": {
  368. "__type__": "cc.Size",
  369. "width": 1100,
  370. "height": 340
  371. },
  372. "_resize": 0,
  373. "_N$layoutType": 3,
  374. "_N$cellSize": {
  375. "__type__": "cc.Size",
  376. "width": 40,
  377. "height": 40
  378. },
  379. "_N$startAxis": 1,
  380. "_N$paddingLeft": 0,
  381. "_N$paddingRight": 0,
  382. "_N$paddingTop": 0,
  383. "_N$paddingBottom": 0,
  384. "_N$spacingX": 0,
  385. "_N$spacingY": 0,
  386. "_N$verticalDirection": 0,
  387. "_N$horizontalDirection": 1,
  388. "_N$affectedByScale": false,
  389. "_id": ""
  390. },
  391. {
  392. "__type__": "cc.PrefabInfo",
  393. "root": {
  394. "__id__": 1
  395. },
  396. "asset": {
  397. "__id__": 0
  398. },
  399. "fileId": "",
  400. "sync": false
  401. }
  402. ]