car2.prefab 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "car2",
  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": "car2",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 34
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 59
  32. },
  33. {
  34. "__id__": 61
  35. }
  36. ],
  37. "_prefab": {
  38. "__id__": 63
  39. },
  40. "_lpos": {
  41. "__type__": "cc.Vec3",
  42. "x": 0,
  43. "y": 0,
  44. "z": 0
  45. },
  46. "_lrot": {
  47. "__type__": "cc.Quat",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0,
  51. "w": 1
  52. },
  53. "_lscale": {
  54. "__type__": "cc.Vec3",
  55. "x": 1,
  56. "y": 1,
  57. "z": 1
  58. },
  59. "_mobility": 0,
  60. "_layer": 1073741824,
  61. "_euler": {
  62. "__type__": "cc.Vec3",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0
  66. },
  67. "_id": ""
  68. },
  69. {
  70. "__type__": "cc.Node",
  71. "_name": "node",
  72. "_objFlags": 0,
  73. "__editorExtras__": {},
  74. "_parent": {
  75. "__id__": 1
  76. },
  77. "_children": [
  78. {
  79. "__id__": 3
  80. },
  81. {
  82. "__id__": 8
  83. },
  84. {
  85. "__id__": 13
  86. }
  87. ],
  88. "_active": true,
  89. "_components": [
  90. {
  91. "__id__": 29
  92. },
  93. {
  94. "__id__": 31
  95. }
  96. ],
  97. "_prefab": {
  98. "__id__": 33
  99. },
  100. "_lpos": {
  101. "__type__": "cc.Vec3",
  102. "x": 0,
  103. "y": 0,
  104. "z": 0
  105. },
  106. "_lrot": {
  107. "__type__": "cc.Quat",
  108. "x": 0,
  109. "y": 0.7071067811865475,
  110. "z": 0,
  111. "w": 0.7071067811865476
  112. },
  113. "_lscale": {
  114. "__type__": "cc.Vec3",
  115. "x": 1,
  116. "y": 1,
  117. "z": 1
  118. },
  119. "_mobility": 0,
  120. "_layer": 1073741824,
  121. "_euler": {
  122. "__type__": "cc.Vec3",
  123. "x": 0,
  124. "y": 90,
  125. "z": 0
  126. },
  127. "_id": ""
  128. },
  129. {
  130. "__type__": "cc.Node",
  131. "_name": "对象044",
  132. "_objFlags": 0,
  133. "__editorExtras__": {},
  134. "_parent": {
  135. "__id__": 2
  136. },
  137. "_children": [],
  138. "_active": true,
  139. "_components": [
  140. {
  141. "__id__": 4
  142. }
  143. ],
  144. "_prefab": {
  145. "__id__": 7
  146. },
  147. "_lpos": {
  148. "__type__": "cc.Vec3",
  149. "x": 0,
  150. "y": 0,
  151. "z": 0
  152. },
  153. "_lrot": {
  154. "__type__": "cc.Quat",
  155. "x": -0.5000000000000001,
  156. "y": 0.49999999999999983,
  157. "z": 0.5000000000000001,
  158. "w": 0.4999999999999999
  159. },
  160. "_lscale": {
  161. "__type__": "cc.Vec3",
  162. "x": 1,
  163. "y": 1.0000000000000002,
  164. "z": 1.0000000000000002
  165. },
  166. "_mobility": 0,
  167. "_layer": 1073741824,
  168. "_euler": {
  169. "__type__": "cc.Vec3",
  170. "x": -90.00000000000004,
  171. "y": 90,
  172. "z": 3.1805546814635168e-15
  173. },
  174. "_id": ""
  175. },
  176. {
  177. "__type__": "cc.SkinnedMeshRenderer",
  178. "_name": "",
  179. "_objFlags": 0,
  180. "__editorExtras__": {},
  181. "node": {
  182. "__id__": 3
  183. },
  184. "_enabled": true,
  185. "__prefab": {
  186. "__id__": 5
  187. },
  188. "_materials": [
  189. {
  190. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@d88a3",
  191. "__expectedType__": "cc.Material"
  192. },
  193. {
  194. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@122ba",
  195. "__expectedType__": "cc.Material"
  196. }
  197. ],
  198. "_visFlags": 0,
  199. "bakeSettings": {
  200. "__id__": 6
  201. },
  202. "_mesh": {
  203. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@04806",
  204. "__expectedType__": "cc.Mesh"
  205. },
  206. "_shadowCastingMode": 0,
  207. "_shadowReceivingMode": 1,
  208. "_shadowBias": 0,
  209. "_shadowNormalBias": 0,
  210. "_reflectionProbeId": -1,
  211. "_reflectionProbeBlendId": -1,
  212. "_reflectionProbeBlendWeight": 0,
  213. "_enabledGlobalStandardSkinObject": false,
  214. "_enableMorph": true,
  215. "_skeleton": {
  216. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@30732",
  217. "__expectedType__": "cc.Skeleton"
  218. },
  219. "_skinningRoot": {
  220. "__id__": 2
  221. },
  222. "_id": ""
  223. },
  224. {
  225. "__type__": "cc.CompPrefabInfo",
  226. "fileId": "f3P7qbLvlNp4fan0m8V/bN"
  227. },
  228. {
  229. "__type__": "cc.ModelBakeSettings",
  230. "texture": null,
  231. "uvParam": {
  232. "__type__": "cc.Vec4",
  233. "x": 0,
  234. "y": 0,
  235. "z": 0,
  236. "w": 0
  237. },
  238. "_bakeable": false,
  239. "_castShadow": false,
  240. "_receiveShadow": false,
  241. "_recieveShadow": false,
  242. "_lightmapSize": 64,
  243. "_useLightProbe": false,
  244. "_bakeToLightProbe": true,
  245. "_reflectionProbeType": 0,
  246. "_bakeToReflectionProbe": true
  247. },
  248. {
  249. "__type__": "cc.PrefabInfo",
  250. "root": {
  251. "__id__": 1
  252. },
  253. "asset": {
  254. "__id__": 0
  255. },
  256. "fileId": "14VIn1bsdFk6jW1umxKReq",
  257. "instance": null,
  258. "targetOverrides": null,
  259. "nestedPrefabInstanceRoots": null
  260. },
  261. {
  262. "__type__": "cc.Node",
  263. "_name": "Object01",
  264. "_objFlags": 0,
  265. "__editorExtras__": {},
  266. "_parent": {
  267. "__id__": 2
  268. },
  269. "_children": [],
  270. "_active": true,
  271. "_components": [
  272. {
  273. "__id__": 9
  274. }
  275. ],
  276. "_prefab": {
  277. "__id__": 12
  278. },
  279. "_lpos": {
  280. "__type__": "cc.Vec3",
  281. "x": 0,
  282. "y": 0,
  283. "z": 0
  284. },
  285. "_lrot": {
  286. "__type__": "cc.Quat",
  287. "x": 0.5000000000000001,
  288. "y": -0.4999999999999999,
  289. "z": -0.5,
  290. "w": -0.5
  291. },
  292. "_lscale": {
  293. "__type__": "cc.Vec3",
  294. "x": 1,
  295. "y": 1.0000000000000002,
  296. "z": 1.0000000000000002
  297. },
  298. "_mobility": 0,
  299. "_layer": 1073741824,
  300. "_euler": {
  301. "__type__": "cc.Vec3",
  302. "x": -90.00000000000003,
  303. "y": 89.99999999999999,
  304. "z": 0
  305. },
  306. "_id": ""
  307. },
  308. {
  309. "__type__": "cc.SkinnedMeshRenderer",
  310. "_name": "",
  311. "_objFlags": 0,
  312. "__editorExtras__": {},
  313. "node": {
  314. "__id__": 8
  315. },
  316. "_enabled": true,
  317. "__prefab": {
  318. "__id__": 10
  319. },
  320. "_materials": [
  321. {
  322. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@50b4e",
  323. "__expectedType__": "cc.Material"
  324. },
  325. {
  326. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@808ae",
  327. "__expectedType__": "cc.Material"
  328. }
  329. ],
  330. "_visFlags": 0,
  331. "bakeSettings": {
  332. "__id__": 11
  333. },
  334. "_mesh": {
  335. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@2a6b3",
  336. "__expectedType__": "cc.Mesh"
  337. },
  338. "_shadowCastingMode": 0,
  339. "_shadowReceivingMode": 1,
  340. "_shadowBias": 0,
  341. "_shadowNormalBias": 0,
  342. "_reflectionProbeId": -1,
  343. "_reflectionProbeBlendId": -1,
  344. "_reflectionProbeBlendWeight": 0,
  345. "_enabledGlobalStandardSkinObject": false,
  346. "_enableMorph": true,
  347. "_skeleton": {
  348. "__uuid__": "3b44fef7-6379-4e48-b21d-f82716d5a331@f1394",
  349. "__expectedType__": "cc.Skeleton"
  350. },
  351. "_skinningRoot": {
  352. "__id__": 2
  353. },
  354. "_id": ""
  355. },
  356. {
  357. "__type__": "cc.CompPrefabInfo",
  358. "fileId": "ee+0E37axIabqXsFg4Id1A"
  359. },
  360. {
  361. "__type__": "cc.ModelBakeSettings",
  362. "texture": null,
  363. "uvParam": {
  364. "__type__": "cc.Vec4",
  365. "x": 0,
  366. "y": 0,
  367. "z": 0,
  368. "w": 0
  369. },
  370. "_bakeable": false,
  371. "_castShadow": false,
  372. "_receiveShadow": false,
  373. "_recieveShadow": false,
  374. "_lightmapSize": 64,
  375. "_useLightProbe": false,
  376. "_bakeToLightProbe": true,
  377. "_reflectionProbeType": 0,
  378. "_bakeToReflectionProbe": true
  379. },
  380. {
  381. "__type__": "cc.PrefabInfo",
  382. "root": {
  383. "__id__": 1
  384. },
  385. "asset": {
  386. "__id__": 0
  387. },
  388. "fileId": "d09upeo69HrYfCwqLyfWWR",
  389. "instance": null,
  390. "targetOverrides": null,
  391. "nestedPrefabInstanceRoots": null
  392. },
  393. {
  394. "__type__": "cc.Node",
  395. "_name": "Dummy002",
  396. "_objFlags": 0,
  397. "__editorExtras__": {},
  398. "_parent": {
  399. "__id__": 2
  400. },
  401. "_children": [
  402. {
  403. "__id__": 14
  404. },
  405. {
  406. "__id__": 16
  407. },
  408. {
  409. "__id__": 18
  410. },
  411. {
  412. "__id__": 20
  413. },
  414. {
  415. "__id__": 22
  416. },
  417. {
  418. "__id__": 24
  419. },
  420. {
  421. "__id__": 26
  422. }
  423. ],
  424. "_active": true,
  425. "_components": [],
  426. "_prefab": {
  427. "__id__": 28
  428. },
  429. "_lpos": {
  430. "__type__": "cc.Vec3",
  431. "x": 0,
  432. "y": 0.5938684344291687,
  433. "z": 0
  434. },
  435. "_lrot": {
  436. "__type__": "cc.Quat",
  437. "x": 7.967159203404977e-7,
  438. "y": -9.693774916116236e-7,
  439. "z": 8.742354979834545e-8,
  440. "w": 0.999999999999209
  441. },
  442. "_lscale": {
  443. "__type__": "cc.Vec3",
  444. "x": 0.9999999999999999,
  445. "y": 1,
  446. "z": 1
  447. },
  448. "_mobility": 0,
  449. "_layer": 1073741824,
  450. "_euler": {
  451. "__type__": "cc.Vec3",
  452. "x": 0.0000912969291239756,
  453. "y": -0.000111082486030133,
  454. "z": 0.000010017912365807342
  455. },
  456. "_id": ""
  457. },
  458. {
  459. "__type__": "cc.Node",
  460. "_name": "Bone015",
  461. "_objFlags": 0,
  462. "__editorExtras__": {},
  463. "_parent": {
  464. "__id__": 13
  465. },
  466. "_children": [],
  467. "_active": true,
  468. "_components": [],
  469. "_prefab": {
  470. "__id__": 15
  471. },
  472. "_lpos": {
  473. "__type__": "cc.Vec3",
  474. "x": -0.9883173108100891,
  475. "y": -0.1839345097541809,
  476. "z": 9.225428243553324e-7
  477. },
  478. "_lrot": {
  479. "__type__": "cc.Quat",
  480. "x": -2.338306772655535e-7,
  481. "y": 4.444205815148464e-7,
  482. "z": -0.010351472603056504,
  483. "w": 0.9999464220720508
  484. },
  485. "_lscale": {
  486. "__type__": "cc.Vec3",
  487. "x": 1.0000011920928955,
  488. "y": 2.1101465225219727,
  489. "z": 14.707831382751465
  490. },
  491. "_mobility": 0,
  492. "_layer": 1073741824,
  493. "_euler": {
  494. "__type__": "cc.Vec3",
  495. "x": -0.000026272048626545202,
  496. "y": 0.00005065760703713098,
  497. "z": -1.1862125688254388
  498. },
  499. "_id": ""
  500. },
  501. {
  502. "__type__": "cc.PrefabInfo",
  503. "root": {
  504. "__id__": 1
  505. },
  506. "asset": {
  507. "__id__": 0
  508. },
  509. "fileId": "84V6YNEvhJfZEcwT6ymfrO",
  510. "instance": null,
  511. "targetOverrides": null,
  512. "nestedPrefabInstanceRoots": null
  513. },
  514. {
  515. "__type__": "cc.Node",
  516. "_name": "Bone016",
  517. "_objFlags": 0,
  518. "__editorExtras__": {},
  519. "_parent": {
  520. "__id__": 13
  521. },
  522. "_children": [],
  523. "_active": true,
  524. "_components": [],
  525. "_prefab": {
  526. "__id__": 17
  527. },
  528. "_lpos": {
  529. "__type__": "cc.Vec3",
  530. "x": 0.07098148763179779,
  531. "y": -0.16794070601463318,
  532. "z": -0.3612964153289795
  533. },
  534. "_lrot": {
  535. "__type__": "cc.Quat",
  536. "x": 0.000004775509191050445,
  537. "y": -0.000005392102474750618,
  538. "z": -0.703078016022274,
  539. "w": 0.7111127219606626
  540. },
  541. "_lscale": {
  542. "__type__": "cc.Vec3",
  543. "x": 1,
  544. "y": 1,
  545. "z": 1
  546. },
  547. "_mobility": 0,
  548. "_layer": 1073741824,
  549. "_euler": {
  550. "__type__": "cc.Vec3",
  551. "x": -0.003985009415968606,
  552. "y": -0.004808888713890239,
  553. "z": -89.34895657895909
  554. },
  555. "_id": ""
  556. },
  557. {
  558. "__type__": "cc.PrefabInfo",
  559. "root": {
  560. "__id__": 1
  561. },
  562. "asset": {
  563. "__id__": 0
  564. },
  565. "fileId": "b1D6RssBFFV7iKxLV0XsJ3",
  566. "instance": null,
  567. "targetOverrides": null,
  568. "nestedPrefabInstanceRoots": null
  569. },
  570. {
  571. "__type__": "cc.Node",
  572. "_name": "Bone017",
  573. "_objFlags": 0,
  574. "__editorExtras__": {},
  575. "_parent": {
  576. "__id__": 13
  577. },
  578. "_children": [],
  579. "_active": true,
  580. "_components": [],
  581. "_prefab": {
  582. "__id__": 19
  583. },
  584. "_lpos": {
  585. "__type__": "cc.Vec3",
  586. "x": 0.07098221033811569,
  587. "y": -0.16794002056121826,
  588. "z": 0.3637513220310211
  589. },
  590. "_lrot": {
  591. "__type__": "cc.Quat",
  592. "x": 0.0000028217988775509914,
  593. "y": -0.0000036222853909165796,
  594. "z": -0.7030778362090233,
  595. "w": 0.711112899763852
  596. },
  597. "_lscale": {
  598. "__type__": "cc.Vec3",
  599. "x": 1.0000004768371582,
  600. "y": 1.0000001192092896,
  601. "z": 0.9999998807907104
  602. },
  603. "_mobility": 0,
  604. "_layer": 1073741824,
  605. "_euler": {
  606. "__type__": "cc.Vec3",
  607. "x": -0.005446962933712204,
  608. "y": -0.005969125640644746,
  609. "z": -89.34892760006551
  610. },
  611. "_id": ""
  612. },
  613. {
  614. "__type__": "cc.PrefabInfo",
  615. "root": {
  616. "__id__": 1
  617. },
  618. "asset": {
  619. "__id__": 0
  620. },
  621. "fileId": "87B9WLHdpLXKmpZc2JyIqH",
  622. "instance": null,
  623. "targetOverrides": null,
  624. "nestedPrefabInstanceRoots": null
  625. },
  626. {
  627. "__type__": "cc.Node",
  628. "_name": "Bone018",
  629. "_objFlags": 0,
  630. "__editorExtras__": {},
  631. "_parent": {
  632. "__id__": 13
  633. },
  634. "_children": [],
  635. "_active": true,
  636. "_components": [],
  637. "_prefab": {
  638. "__id__": 21
  639. },
  640. "_lpos": {
  641. "__type__": "cc.Vec3",
  642. "x": 0.5634456872940063,
  643. "y": -0.45288780331611633,
  644. "z": -0.440260648727417
  645. },
  646. "_lrot": {
  647. "__type__": "cc.Quat",
  648. "x": 0.000001846436762267179,
  649. "y": -0.0000015848967892045538,
  650. "z": -0.7006637247185604,
  651. "w": 0.7134916571744844
  652. },
  653. "_lscale": {
  654. "__type__": "cc.Vec3",
  655. "x": 1.0000003576278687,
  656. "y": 1.000001311302185,
  657. "z": 0.9999985694885254
  658. },
  659. "_mobility": 0,
  660. "_layer": 1073741824,
  661. "_euler": {
  662. "__type__": "cc.Vec3",
  663. "x": 0.0013071881739066121,
  664. "y": 0.0010291410326689913,
  665. "z": -88.96055802525939
  666. },
  667. "_id": ""
  668. },
  669. {
  670. "__type__": "cc.PrefabInfo",
  671. "root": {
  672. "__id__": 1
  673. },
  674. "asset": {
  675. "__id__": 0
  676. },
  677. "fileId": "8dddtARElG85xJPuabEmdr",
  678. "instance": null,
  679. "targetOverrides": null,
  680. "nestedPrefabInstanceRoots": null
  681. },
  682. {
  683. "__type__": "cc.Node",
  684. "_name": "Bone019",
  685. "_objFlags": 0,
  686. "__editorExtras__": {},
  687. "_parent": {
  688. "__id__": 13
  689. },
  690. "_children": [],
  691. "_active": true,
  692. "_components": [],
  693. "_prefab": {
  694. "__id__": 23
  695. },
  696. "_lpos": {
  697. "__type__": "cc.Vec3",
  698. "x": -0.6296612620353699,
  699. "y": -0.45288699865341187,
  700. "z": 0.4056212604045868
  701. },
  702. "_lrot": {
  703. "__type__": "cc.Quat",
  704. "x": 0.000001846436762267179,
  705. "y": -0.0000015848967892045538,
  706. "z": -0.7006637247185604,
  707. "w": 0.7134916571744844
  708. },
  709. "_lscale": {
  710. "__type__": "cc.Vec3",
  711. "x": 1.0000003576278687,
  712. "y": 1.000001311302185,
  713. "z": 0.9999985694885254
  714. },
  715. "_mobility": 0,
  716. "_layer": 1073741824,
  717. "_euler": {
  718. "__type__": "cc.Vec3",
  719. "x": 0.0013071881739066121,
  720. "y": 0.0010291410326689913,
  721. "z": -88.96055802525939
  722. },
  723. "_id": ""
  724. },
  725. {
  726. "__type__": "cc.PrefabInfo",
  727. "root": {
  728. "__id__": 1
  729. },
  730. "asset": {
  731. "__id__": 0
  732. },
  733. "fileId": "87iAmKrn5Fd4Lv/EBcUwlA",
  734. "instance": null,
  735. "targetOverrides": null,
  736. "nestedPrefabInstanceRoots": null
  737. },
  738. {
  739. "__type__": "cc.Node",
  740. "_name": "Bone020",
  741. "_objFlags": 0,
  742. "__editorExtras__": {},
  743. "_parent": {
  744. "__id__": 13
  745. },
  746. "_children": [],
  747. "_active": true,
  748. "_components": [],
  749. "_prefab": {
  750. "__id__": 25
  751. },
  752. "_lpos": {
  753. "__type__": "cc.Vec3",
  754. "x": -0.6313357353210449,
  755. "y": -0.452887624502182,
  756. "z": -0.4251006245613098
  757. },
  758. "_lrot": {
  759. "__type__": "cc.Quat",
  760. "x": 0.000001846436762267179,
  761. "y": -0.0000015848967892045538,
  762. "z": -0.7006637247185604,
  763. "w": 0.7134916571744844
  764. },
  765. "_lscale": {
  766. "__type__": "cc.Vec3",
  767. "x": 1.0000003576278687,
  768. "y": 1.000001311302185,
  769. "z": 0.9999985694885254
  770. },
  771. "_mobility": 0,
  772. "_layer": 1073741824,
  773. "_euler": {
  774. "__type__": "cc.Vec3",
  775. "x": 0.0013071881739066121,
  776. "y": 0.0010291410326689913,
  777. "z": -88.96055802525939
  778. },
  779. "_id": ""
  780. },
  781. {
  782. "__type__": "cc.PrefabInfo",
  783. "root": {
  784. "__id__": 1
  785. },
  786. "asset": {
  787. "__id__": 0
  788. },
  789. "fileId": "acu3IDlGpCW48RZSA6XqP3",
  790. "instance": null,
  791. "targetOverrides": null,
  792. "nestedPrefabInstanceRoots": null
  793. },
  794. {
  795. "__type__": "cc.Node",
  796. "_name": "Bone021",
  797. "_objFlags": 0,
  798. "__editorExtras__": {},
  799. "_parent": {
  800. "__id__": 13
  801. },
  802. "_children": [],
  803. "_active": true,
  804. "_components": [],
  805. "_prefab": {
  806. "__id__": 27
  807. },
  808. "_lpos": {
  809. "__type__": "cc.Vec3",
  810. "x": 0.5634466409683228,
  811. "y": -0.45288723707199097,
  812. "z": 0.40561988949775696
  813. },
  814. "_lrot": {
  815. "__type__": "cc.Quat",
  816. "x": 0.0000019314915673970777,
  817. "y": -0.0000016684225064123158,
  818. "z": -0.7006637247183528,
  819. "w": 0.7134916571742729
  820. },
  821. "_lscale": {
  822. "__type__": "cc.Vec3",
  823. "x": 1.000000238418579,
  824. "y": 1.0000011920928955,
  825. "z": 0.9999985098838806
  826. },
  827. "_mobility": 0,
  828. "_layer": 1073741824,
  829. "_euler": {
  830. "__type__": "cc.Vec3",
  831. "x": 0.0013208480153177854,
  832. "y": 0.001029140490558324,
  833. "z": -88.96055802525834
  834. },
  835. "_id": ""
  836. },
  837. {
  838. "__type__": "cc.PrefabInfo",
  839. "root": {
  840. "__id__": 1
  841. },
  842. "asset": {
  843. "__id__": 0
  844. },
  845. "fileId": "b9i2KFz7FAjLucGSxjiMHr",
  846. "instance": null,
  847. "targetOverrides": null,
  848. "nestedPrefabInstanceRoots": null
  849. },
  850. {
  851. "__type__": "cc.PrefabInfo",
  852. "root": {
  853. "__id__": 1
  854. },
  855. "asset": {
  856. "__id__": 0
  857. },
  858. "fileId": "f4NSUn7HVIw5UdzBzpcIMA",
  859. "instance": null,
  860. "targetOverrides": null,
  861. "nestedPrefabInstanceRoots": null
  862. },
  863. {
  864. "__type__": "cc.SkeletalAnimation",
  865. "_name": "",
  866. "_objFlags": 0,
  867. "__editorExtras__": {},
  868. "node": {
  869. "__id__": 2
  870. },
  871. "_enabled": true,
  872. "__prefab": {
  873. "__id__": 30
  874. },
  875. "playOnLoad": true,
  876. "_clips": [
  877. {
  878. "__uuid__": "46758aea-eaa1-4d88-8a39-08391ad863bc@73b7f",
  879. "__expectedType__": "cc.AnimationClip"
  880. },
  881. {
  882. "__uuid__": "46758aea-eaa1-4d88-8a39-08391ad863bc@e757a",
  883. "__expectedType__": "cc.AnimationClip"
  884. }
  885. ],
  886. "_defaultClip": {
  887. "__uuid__": "46758aea-eaa1-4d88-8a39-08391ad863bc@73b7f",
  888. "__expectedType__": "cc.AnimationClip"
  889. },
  890. "_useBakedAnimation": true,
  891. "_sockets": [],
  892. "_id": ""
  893. },
  894. {
  895. "__type__": "cc.CompPrefabInfo",
  896. "fileId": "c2iy+S4TpJyr/jBFl5ESB4"
  897. },
  898. {
  899. "__type__": "2c84cKc02VIKIsL3JPDuHMT",
  900. "_name": "",
  901. "_objFlags": 0,
  902. "__editorExtras__": {},
  903. "node": {
  904. "__id__": 2
  905. },
  906. "_enabled": true,
  907. "__prefab": {
  908. "__id__": 32
  909. },
  910. "AssetRawUrl": null,
  911. "PlayOnStart": false,
  912. "AutoUpdate": false,
  913. "duration": 0.3,
  914. "_id": ""
  915. },
  916. {
  917. "__type__": "cc.CompPrefabInfo",
  918. "fileId": "c4YAzCu35HeKxM3MEG98g5"
  919. },
  920. {
  921. "__type__": "cc.PrefabInfo",
  922. "root": {
  923. "__id__": 1
  924. },
  925. "asset": {
  926. "__id__": 0
  927. },
  928. "fileId": "75jJL/WxtPJLUaPf+GiAP9",
  929. "instance": null,
  930. "targetOverrides": null,
  931. "nestedPrefabInstanceRoots": null
  932. },
  933. {
  934. "__type__": "cc.Node",
  935. "_name": "Particle",
  936. "_objFlags": 0,
  937. "__editorExtras__": {},
  938. "_parent": {
  939. "__id__": 1
  940. },
  941. "_children": [],
  942. "_active": true,
  943. "_components": [
  944. {
  945. "__id__": 35
  946. }
  947. ],
  948. "_prefab": {
  949. "__id__": 58
  950. },
  951. "_lpos": {
  952. "__type__": "cc.Vec3",
  953. "x": -1.014,
  954. "y": 0.14,
  955. "z": 0.356
  956. },
  957. "_lrot": {
  958. "__type__": "cc.Quat",
  959. "x": 0,
  960. "y": 0.7071067811865475,
  961. "z": 0,
  962. "w": 0.7071067811865476
  963. },
  964. "_lscale": {
  965. "__type__": "cc.Vec3",
  966. "x": 1,
  967. "y": 1,
  968. "z": 1
  969. },
  970. "_mobility": 0,
  971. "_layer": 1073741824,
  972. "_euler": {
  973. "__type__": "cc.Vec3",
  974. "x": 0,
  975. "y": 90,
  976. "z": 0
  977. },
  978. "_id": ""
  979. },
  980. {
  981. "__type__": "cc.ParticleSystem",
  982. "_name": "",
  983. "_objFlags": 0,
  984. "__editorExtras__": {},
  985. "node": {
  986. "__id__": 34
  987. },
  988. "_enabled": true,
  989. "__prefab": {
  990. "__id__": 36
  991. },
  992. "_materials": [
  993. {
  994. "__uuid__": "ea7478b0-408d-4052-b703-f0d2355e095f",
  995. "__expectedType__": "cc.Material"
  996. }
  997. ],
  998. "_visFlags": 0,
  999. "startColor": {
  1000. "__id__": 37
  1001. },
  1002. "scaleSpace": 1,
  1003. "startSize3D": false,
  1004. "startSizeX": {
  1005. "__id__": 38
  1006. },
  1007. "startSize": {
  1008. "__id__": 38
  1009. },
  1010. "startSizeY": {
  1011. "__id__": 39
  1012. },
  1013. "startSizeZ": {
  1014. "__id__": 40
  1015. },
  1016. "startSpeed": {
  1017. "__id__": 41
  1018. },
  1019. "startRotation3D": false,
  1020. "startRotationX": {
  1021. "__id__": 42
  1022. },
  1023. "startRotationY": {
  1024. "__id__": 43
  1025. },
  1026. "startRotationZ": {
  1027. "__id__": 44
  1028. },
  1029. "startRotation": {
  1030. "__id__": 44
  1031. },
  1032. "startDelay": {
  1033. "__id__": 45
  1034. },
  1035. "startLifetime": {
  1036. "__id__": 46
  1037. },
  1038. "duration": 10,
  1039. "loop": true,
  1040. "simulationSpeed": 1,
  1041. "playOnAwake": true,
  1042. "gravityModifier": {
  1043. "__id__": 47
  1044. },
  1045. "rateOverTime": {
  1046. "__id__": 48
  1047. },
  1048. "rateOverDistance": {
  1049. "__id__": 49
  1050. },
  1051. "bursts": [],
  1052. "_renderCulling": true,
  1053. "_cullingMode": 0,
  1054. "_aabbHalfX": 0.3904545454545455,
  1055. "_aabbHalfY": 0.3,
  1056. "_aabbHalfZ": 1,
  1057. "_dataCulling": true,
  1058. "enableCulling": true,
  1059. "_sizeOvertimeModule": {
  1060. "__id__": 50
  1061. },
  1062. "_noiseModule": {
  1063. "__id__": 56
  1064. },
  1065. "renderer": {
  1066. "__id__": 57
  1067. },
  1068. "_prewarm": false,
  1069. "_capacity": 10,
  1070. "_simulationSpace": 1,
  1071. "_id": ""
  1072. },
  1073. {
  1074. "__type__": "cc.CompPrefabInfo",
  1075. "fileId": "denczDmEpF7ocbl2F7+62O"
  1076. },
  1077. {
  1078. "__type__": "cc.GradientRange",
  1079. "_mode": 0,
  1080. "color": {
  1081. "__type__": "cc.Color",
  1082. "r": 255,
  1083. "g": 255,
  1084. "b": 255,
  1085. "a": 255
  1086. }
  1087. },
  1088. {
  1089. "__type__": "cc.CurveRange",
  1090. "mode": 0,
  1091. "constant": 0.3,
  1092. "multiplier": 1
  1093. },
  1094. {
  1095. "__type__": "cc.CurveRange",
  1096. "mode": 0,
  1097. "constant": 0,
  1098. "multiplier": 1
  1099. },
  1100. {
  1101. "__type__": "cc.CurveRange",
  1102. "mode": 0,
  1103. "constant": 0,
  1104. "multiplier": 1
  1105. },
  1106. {
  1107. "__type__": "cc.CurveRange",
  1108. "mode": 0,
  1109. "constant": 0.8,
  1110. "multiplier": 1
  1111. },
  1112. {
  1113. "__type__": "cc.CurveRange",
  1114. "mode": 0,
  1115. "constant": 0,
  1116. "multiplier": 1
  1117. },
  1118. {
  1119. "__type__": "cc.CurveRange",
  1120. "mode": 0,
  1121. "constant": 0,
  1122. "multiplier": 1
  1123. },
  1124. {
  1125. "__type__": "cc.CurveRange",
  1126. "mode": 0,
  1127. "constant": 0,
  1128. "multiplier": 1
  1129. },
  1130. {
  1131. "__type__": "cc.CurveRange",
  1132. "mode": 0,
  1133. "constant": 0,
  1134. "multiplier": 1
  1135. },
  1136. {
  1137. "__type__": "cc.CurveRange",
  1138. "mode": 0,
  1139. "constant": 0.3,
  1140. "multiplier": 1
  1141. },
  1142. {
  1143. "__type__": "cc.CurveRange",
  1144. "mode": 0,
  1145. "constant": 0,
  1146. "multiplier": 1
  1147. },
  1148. {
  1149. "__type__": "cc.CurveRange",
  1150. "mode": 0,
  1151. "constant": 5,
  1152. "multiplier": 1
  1153. },
  1154. {
  1155. "__type__": "cc.CurveRange",
  1156. "mode": 0,
  1157. "constant": 0,
  1158. "multiplier": 1
  1159. },
  1160. {
  1161. "__type__": "cc.SizeOvertimeModule",
  1162. "_enable": true,
  1163. "separateAxes": false,
  1164. "size": {
  1165. "__id__": 51
  1166. },
  1167. "x": {
  1168. "__id__": 53
  1169. },
  1170. "y": {
  1171. "__id__": 54
  1172. },
  1173. "z": {
  1174. "__id__": 55
  1175. }
  1176. },
  1177. {
  1178. "__type__": "cc.CurveRange",
  1179. "mode": 1,
  1180. "spline": {
  1181. "__id__": 52
  1182. },
  1183. "multiplier": 1
  1184. },
  1185. {
  1186. "__type__": "cc.RealCurve",
  1187. "_times": [
  1188. 0,
  1189. 1
  1190. ],
  1191. "_values": [
  1192. {
  1193. "__type__": "cc.RealKeyframeValue",
  1194. "interpolationMode": 2,
  1195. "tangentWeightMode": 0,
  1196. "value": 1,
  1197. "rightTangent": 0,
  1198. "rightTangentWeight": 0.1073170731707317,
  1199. "leftTangent": 0,
  1200. "leftTangentWeight": 0,
  1201. "easingMethod": 0,
  1202. "__editorExtras__": null
  1203. },
  1204. {
  1205. "__type__": "cc.RealKeyframeValue",
  1206. "interpolationMode": 2,
  1207. "tangentWeightMode": 0,
  1208. "value": 0.803030303030303,
  1209. "rightTangent": 0,
  1210. "rightTangentWeight": 0,
  1211. "leftTangent": 0,
  1212. "leftTangentWeight": 0.3333333333333333,
  1213. "easingMethod": 0,
  1214. "__editorExtras__": null
  1215. }
  1216. ],
  1217. "preExtrapolation": 1,
  1218. "postExtrapolation": 1
  1219. },
  1220. {
  1221. "__type__": "cc.CurveRange",
  1222. "mode": 0,
  1223. "constant": 0,
  1224. "multiplier": 1
  1225. },
  1226. {
  1227. "__type__": "cc.CurveRange",
  1228. "mode": 0,
  1229. "constant": 0,
  1230. "multiplier": 1
  1231. },
  1232. {
  1233. "__type__": "cc.CurveRange",
  1234. "mode": 0,
  1235. "constant": 0,
  1236. "multiplier": 1
  1237. },
  1238. {
  1239. "__type__": "cc.NoiseModule",
  1240. "_enable": true,
  1241. "_strengthX": 1,
  1242. "_strengthY": 3,
  1243. "_strengthZ": 0,
  1244. "_noiseSpeedX": 0,
  1245. "_noiseSpeedY": 0,
  1246. "_noiseSpeedZ": 0,
  1247. "_noiseFrequency": 1,
  1248. "_remapX": 0,
  1249. "_remapY": 0,
  1250. "_remapZ": 0,
  1251. "_octaves": 1,
  1252. "_octaveMultiplier": 0.5,
  1253. "_octaveScale": 2
  1254. },
  1255. {
  1256. "__type__": "cc.ParticleSystemRenderer",
  1257. "_renderMode": 0,
  1258. "_velocityScale": 0.1,
  1259. "_lengthScale": 0.1,
  1260. "_mesh": null,
  1261. "_cpuMaterial": {
  1262. "__uuid__": "ea7478b0-408d-4052-b703-f0d2355e095f",
  1263. "__expectedType__": "cc.Material"
  1264. },
  1265. "_gpuMaterial": null,
  1266. "_mainTexture": {
  1267. "__uuid__": "b5b27ab1-e740-4398-b407-848fc2b2c897@6c48a",
  1268. "__expectedType__": "cc.Texture2D"
  1269. },
  1270. "_useGPU": false,
  1271. "_alignSpace": 2
  1272. },
  1273. {
  1274. "__type__": "cc.PrefabInfo",
  1275. "root": {
  1276. "__id__": 1
  1277. },
  1278. "asset": {
  1279. "__id__": 0
  1280. },
  1281. "fileId": "31lybyxeZAk4D8sdHdIn3Z",
  1282. "instance": null,
  1283. "targetOverrides": null,
  1284. "nestedPrefabInstanceRoots": null
  1285. },
  1286. {
  1287. "__type__": "75e1cJ6FJZFiLkV1ic7vWnm",
  1288. "_name": "",
  1289. "_objFlags": 0,
  1290. "__editorExtras__": {},
  1291. "node": {
  1292. "__id__": 1
  1293. },
  1294. "_enabled": true,
  1295. "__prefab": {
  1296. "__id__": 60
  1297. },
  1298. "ske": {
  1299. "__id__": 29
  1300. },
  1301. "_id": ""
  1302. },
  1303. {
  1304. "__type__": "cc.CompPrefabInfo",
  1305. "fileId": "edSyv9CsVKyYj46sxCXD1f"
  1306. },
  1307. {
  1308. "__type__": "cc.BoxCollider",
  1309. "_name": "",
  1310. "_objFlags": 0,
  1311. "__editorExtras__": {},
  1312. "node": {
  1313. "__id__": 1
  1314. },
  1315. "_enabled": true,
  1316. "__prefab": {
  1317. "__id__": 62
  1318. },
  1319. "_material": null,
  1320. "_isTrigger": true,
  1321. "_center": {
  1322. "__type__": "cc.Vec3",
  1323. "x": 0,
  1324. "y": 0.5,
  1325. "z": 0
  1326. },
  1327. "_size": {
  1328. "__type__": "cc.Vec3",
  1329. "x": 2,
  1330. "y": 1,
  1331. "z": 1
  1332. },
  1333. "_id": ""
  1334. },
  1335. {
  1336. "__type__": "cc.CompPrefabInfo",
  1337. "fileId": "e2wQk8Ey1NHa5VuCV7lf+B"
  1338. },
  1339. {
  1340. "__type__": "cc.PrefabInfo",
  1341. "root": {
  1342. "__id__": 1
  1343. },
  1344. "asset": {
  1345. "__id__": 0
  1346. },
  1347. "fileId": "8b4FHAq6NN1bpEYwIYrexM",
  1348. "instance": null,
  1349. "targetOverrides": null
  1350. }
  1351. ]