man_hat.prefab 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "man_hat",
  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": "man_hat",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 7
  26. },
  27. {
  28. "__id__": 51
  29. }
  30. ],
  31. "_active": true,
  32. "_components": [
  33. {
  34. "__id__": 56
  35. },
  36. {
  37. "__id__": 58
  38. },
  39. {
  40. "__id__": 60
  41. },
  42. {
  43. "__id__": 62
  44. }
  45. ],
  46. "_prefab": {
  47. "__id__": 64
  48. },
  49. "_lpos": {
  50. "__type__": "cc.Vec3",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0
  54. },
  55. "_lrot": {
  56. "__type__": "cc.Quat",
  57. "x": 0,
  58. "y": 1,
  59. "z": 0,
  60. "w": 6.123233995736766e-17
  61. },
  62. "_lscale": {
  63. "__type__": "cc.Vec3",
  64. "x": 0.5,
  65. "y": 0.5,
  66. "z": 0.5
  67. },
  68. "_mobility": 1,
  69. "_layer": 524288,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 180,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "People",
  81. "_objFlags": 0,
  82. "__editorExtras__": {},
  83. "_parent": {
  84. "__id__": 1
  85. },
  86. "_children": [],
  87. "_active": true,
  88. "_components": [
  89. {
  90. "__id__": 3
  91. }
  92. ],
  93. "_prefab": {
  94. "__id__": 6
  95. },
  96. "_lpos": {
  97. "__type__": "cc.Vec3",
  98. "x": 0,
  99. "y": 0,
  100. "z": 0
  101. },
  102. "_lrot": {
  103. "__type__": "cc.Quat",
  104. "x": 0,
  105. "y": 0,
  106. "z": 0,
  107. "w": 1
  108. },
  109. "_lscale": {
  110. "__type__": "cc.Vec3",
  111. "x": 1,
  112. "y": 1,
  113. "z": 1
  114. },
  115. "_mobility": 0,
  116. "_layer": 524288,
  117. "_euler": {
  118. "__type__": "cc.Vec3",
  119. "x": 0,
  120. "y": 0,
  121. "z": 0
  122. },
  123. "_id": ""
  124. },
  125. {
  126. "__type__": "cc.SkinnedMeshRenderer",
  127. "_name": "",
  128. "_objFlags": 0,
  129. "__editorExtras__": {},
  130. "node": {
  131. "__id__": 2
  132. },
  133. "_enabled": true,
  134. "__prefab": {
  135. "__id__": 4
  136. },
  137. "_materials": [
  138. {
  139. "__uuid__": "370bea58-1482-4705-b3f1-e3fe6412ddb4",
  140. "__expectedType__": "cc.Material"
  141. }
  142. ],
  143. "_visFlags": 0,
  144. "bakeSettings": {
  145. "__id__": 5
  146. },
  147. "_mesh": {
  148. "__uuid__": "ac5259d6-c444-4bd0-af66-94793c59a036@48b52",
  149. "__expectedType__": "cc.Mesh"
  150. },
  151. "_shadowCastingMode": 1,
  152. "_shadowReceivingMode": 1,
  153. "_shadowBias": 0,
  154. "_shadowNormalBias": 0,
  155. "_reflectionProbeId": -1,
  156. "_reflectionProbeBlendId": -1,
  157. "_reflectionProbeBlendWeight": 0,
  158. "_enabledGlobalStandardSkinObject": false,
  159. "_enableMorph": true,
  160. "_skeleton": {
  161. "__uuid__": "ac5259d6-c444-4bd0-af66-94793c59a036@438fe",
  162. "__expectedType__": "cc.Skeleton"
  163. },
  164. "_skinningRoot": {
  165. "__id__": 1
  166. },
  167. "_id": ""
  168. },
  169. {
  170. "__type__": "cc.CompPrefabInfo",
  171. "fileId": "13Fc3ogexEh48NxWCa35o0"
  172. },
  173. {
  174. "__type__": "cc.ModelBakeSettings",
  175. "texture": null,
  176. "uvParam": {
  177. "__type__": "cc.Vec4",
  178. "x": 0,
  179. "y": 0,
  180. "z": 0,
  181. "w": 0
  182. },
  183. "_bakeable": false,
  184. "_castShadow": true,
  185. "_receiveShadow": true,
  186. "_recieveShadow": true,
  187. "_lightmapSize": 64,
  188. "_useLightProbe": false,
  189. "_bakeToLightProbe": true,
  190. "_reflectionProbeType": 0,
  191. "_bakeToReflectionProbe": true
  192. },
  193. {
  194. "__type__": "cc.PrefabInfo",
  195. "root": {
  196. "__id__": 1
  197. },
  198. "asset": {
  199. "__id__": 0
  200. },
  201. "fileId": "3ahQVEpwtLa7HiA5qEwQDQ",
  202. "instance": null,
  203. "targetOverrides": null,
  204. "nestedPrefabInstanceRoots": null
  205. },
  206. {
  207. "__type__": "cc.Node",
  208. "_name": "Bip001",
  209. "_objFlags": 0,
  210. "__editorExtras__": {},
  211. "_parent": {
  212. "__id__": 1
  213. },
  214. "_children": [
  215. {
  216. "__id__": 8
  217. }
  218. ],
  219. "_active": true,
  220. "_components": [],
  221. "_prefab": {
  222. "__id__": 50
  223. },
  224. "_lpos": {
  225. "__type__": "cc.Vec3",
  226. "x": 0,
  227. "y": 0.6499999761581421,
  228. "z": -1.4178124452257634e-8
  229. },
  230. "_lrot": {
  231. "__type__": "cc.Quat",
  232. "x": -0.5000003576277408,
  233. "y": -0.49999964237200345,
  234. "z": -0.49999964237200345,
  235. "w": 0.5000003576277408
  236. },
  237. "_lscale": {
  238. "__type__": "cc.Vec3",
  239. "x": 0.9999999403953552,
  240. "y": 0.9999999403953552,
  241. "z": 1
  242. },
  243. "_mobility": 0,
  244. "_layer": 524288,
  245. "_euler": {
  246. "__type__": "cc.Vec3",
  247. "x": -90,
  248. "y": -89.99991803772996,
  249. "z": 0
  250. },
  251. "_id": ""
  252. },
  253. {
  254. "__type__": "cc.Node",
  255. "_name": "Bip001 Pelvis",
  256. "_objFlags": 0,
  257. "__editorExtras__": {},
  258. "_parent": {
  259. "__id__": 7
  260. },
  261. "_children": [
  262. {
  263. "__id__": 9
  264. },
  265. {
  266. "__id__": 33
  267. },
  268. {
  269. "__id__": 41
  270. }
  271. ],
  272. "_active": true,
  273. "_components": [],
  274. "_prefab": {
  275. "__id__": 49
  276. },
  277. "_lpos": {
  278. "__type__": "cc.Vec3",
  279. "x": 0,
  280. "y": 0,
  281. "z": 0
  282. },
  283. "_lrot": {
  284. "__type__": "cc.Quat",
  285. "x": -0.49999964237200345,
  286. "y": -0.5000003576277408,
  287. "z": -0.49999964237200345,
  288. "w": 0.5000003576277408
  289. },
  290. "_lscale": {
  291. "__type__": "cc.Vec3",
  292. "x": 1,
  293. "y": 0.9999999403953552,
  294. "z": 0.9999999403953552
  295. },
  296. "_mobility": 0,
  297. "_layer": 524288,
  298. "_euler": {
  299. "__type__": "cc.Vec3",
  300. "x": -89.99991803772996,
  301. "y": -90,
  302. "z": 0
  303. },
  304. "_id": ""
  305. },
  306. {
  307. "__type__": "cc.Node",
  308. "_name": "Bip001 Spine",
  309. "_objFlags": 0,
  310. "__editorExtras__": {},
  311. "_parent": {
  312. "__id__": 8
  313. },
  314. "_children": [
  315. {
  316. "__id__": 10
  317. }
  318. ],
  319. "_active": true,
  320. "_components": [],
  321. "_prefab": {
  322. "__id__": 32
  323. },
  324. "_lpos": {
  325. "__type__": "cc.Vec3",
  326. "x": 0.10999999940395355,
  327. "y": 0.035000015050172806,
  328. "z": 5.4343036737236616e-8
  329. },
  330. "_lrot": {
  331. "__type__": "cc.Quat",
  332. "x": -0.0000020807510736581212,
  333. "y": -6.917427981517646e-7,
  334. "z": -1.1914176589715944e-10,
  335. "w": 0.9999999999975961
  336. },
  337. "_lscale": {
  338. "__type__": "cc.Vec3",
  339. "x": 1,
  340. "y": 1,
  341. "z": 0.9999999403953552
  342. },
  343. "_mobility": 0,
  344. "_layer": 524288,
  345. "_euler": {
  346. "__type__": "cc.Vec3",
  347. "x": -0.00023843650948540923,
  348. "y": -0.0000792678857135747,
  349. "z": -1.3487703961006653e-8
  350. },
  351. "_id": ""
  352. },
  353. {
  354. "__type__": "cc.Node",
  355. "_name": "Bip001 Spine1",
  356. "_objFlags": 0,
  357. "__editorExtras__": {},
  358. "_parent": {
  359. "__id__": 9
  360. },
  361. "_children": [
  362. {
  363. "__id__": 11
  364. },
  365. {
  366. "__id__": 15
  367. },
  368. {
  369. "__id__": 23
  370. }
  371. ],
  372. "_active": true,
  373. "_components": [],
  374. "_prefab": {
  375. "__id__": 31
  376. },
  377. "_lpos": {
  378. "__type__": "cc.Vec3",
  379. "x": 0.1535065472126007,
  380. "y": -0.00022185564739629626,
  381. "z": -6.228856319623333e-10
  382. },
  383. "_lrot": {
  384. "__type__": "cc.Quat",
  385. "x": 0,
  386. "y": 0,
  387. "z": 0,
  388. "w": 1
  389. },
  390. "_lscale": {
  391. "__type__": "cc.Vec3",
  392. "x": 1,
  393. "y": 1,
  394. "z": 1
  395. },
  396. "_mobility": 0,
  397. "_layer": 524288,
  398. "_euler": {
  399. "__type__": "cc.Vec3",
  400. "x": 0,
  401. "y": 0,
  402. "z": 0
  403. },
  404. "_id": ""
  405. },
  406. {
  407. "__type__": "cc.Node",
  408. "_name": "Bip001 Neck",
  409. "_objFlags": 0,
  410. "__editorExtras__": {},
  411. "_parent": {
  412. "__id__": 10
  413. },
  414. "_children": [
  415. {
  416. "__id__": 12
  417. }
  418. ],
  419. "_active": true,
  420. "_components": [],
  421. "_prefab": {
  422. "__id__": 14
  423. },
  424. "_lpos": {
  425. "__type__": "cc.Vec3",
  426. "x": 0.2539934515953064,
  427. "y": -0.018771031871438026,
  428. "z": -2.569666790463998e-8
  429. },
  430. "_lrot": {
  431. "__type__": "cc.Quat",
  432. "x": 0,
  433. "y": 0,
  434. "z": 0,
  435. "w": 1
  436. },
  437. "_lscale": {
  438. "__type__": "cc.Vec3",
  439. "x": 1,
  440. "y": 1,
  441. "z": 1
  442. },
  443. "_mobility": 0,
  444. "_layer": 524288,
  445. "_euler": {
  446. "__type__": "cc.Vec3",
  447. "x": 0,
  448. "y": 0,
  449. "z": 0
  450. },
  451. "_id": ""
  452. },
  453. {
  454. "__type__": "cc.Node",
  455. "_name": "Bip001 Head",
  456. "_objFlags": 0,
  457. "__editorExtras__": {},
  458. "_parent": {
  459. "__id__": 11
  460. },
  461. "_children": [],
  462. "_active": true,
  463. "_components": [],
  464. "_prefab": {
  465. "__id__": 13
  466. },
  467. "_lpos": {
  468. "__type__": "cc.Vec3",
  469. "x": 0.06024360656738281,
  470. "y": 0,
  471. "z": -4.547473830737161e-15
  472. },
  473. "_lrot": {
  474. "__type__": "cc.Quat",
  475. "x": 0,
  476. "y": 0,
  477. "z": 0,
  478. "w": 1
  479. },
  480. "_lscale": {
  481. "__type__": "cc.Vec3",
  482. "x": 1,
  483. "y": 0.9999999403953552,
  484. "z": 1
  485. },
  486. "_mobility": 0,
  487. "_layer": 524288,
  488. "_euler": {
  489. "__type__": "cc.Vec3",
  490. "x": 0,
  491. "y": 0,
  492. "z": 0
  493. },
  494. "_id": ""
  495. },
  496. {
  497. "__type__": "cc.PrefabInfo",
  498. "root": {
  499. "__id__": 1
  500. },
  501. "asset": {
  502. "__id__": 0
  503. },
  504. "fileId": "864T37fU1DQoPJp8+vElZQ",
  505. "instance": null,
  506. "targetOverrides": null,
  507. "nestedPrefabInstanceRoots": null
  508. },
  509. {
  510. "__type__": "cc.PrefabInfo",
  511. "root": {
  512. "__id__": 1
  513. },
  514. "asset": {
  515. "__id__": 0
  516. },
  517. "fileId": "97qZaf6nVM9ZCIPuxxmigv",
  518. "instance": null,
  519. "targetOverrides": null,
  520. "nestedPrefabInstanceRoots": null
  521. },
  522. {
  523. "__type__": "cc.Node",
  524. "_name": "Bip001 L Clavicle",
  525. "_objFlags": 0,
  526. "__editorExtras__": {},
  527. "_parent": {
  528. "__id__": 10
  529. },
  530. "_children": [
  531. {
  532. "__id__": 16
  533. }
  534. ],
  535. "_active": true,
  536. "_components": [],
  537. "_prefab": {
  538. "__id__": 22
  539. },
  540. "_lpos": {
  541. "__type__": "cc.Vec3",
  542. "x": 0.18149346113204956,
  543. "y": -0.012278351932764053,
  544. "z": 0.049999941140413284
  545. },
  546. "_lrot": {
  547. "__type__": "cc.Quat",
  548. "x": 0.707106725137523,
  549. "y": -0.0002815409160161222,
  550. "z": 0.707106725137523,
  551. "w": 0.0002815409160161222
  552. },
  553. "_lscale": {
  554. "__type__": "cc.Vec3",
  555. "x": 1,
  556. "y": 0.9999999403953552,
  557. "z": 1
  558. },
  559. "_mobility": 0,
  560. "_layer": 524288,
  561. "_euler": {
  562. "__type__": "cc.Vec3",
  563. "x": 179.95437434033056,
  564. "y": -90,
  565. "z": 0
  566. },
  567. "_id": ""
  568. },
  569. {
  570. "__type__": "cc.Node",
  571. "_name": "Bip001 L UpperArm",
  572. "_objFlags": 0,
  573. "__editorExtras__": {},
  574. "_parent": {
  575. "__id__": 15
  576. },
  577. "_children": [
  578. {
  579. "__id__": 17
  580. }
  581. ],
  582. "_active": true,
  583. "_components": [],
  584. "_prefab": {
  585. "__id__": 21
  586. },
  587. "_lpos": {
  588. "__type__": "cc.Vec3",
  589. "x": 0.11990292370319366,
  590. "y": -2.38418573772492e-9,
  591. "z": 0
  592. },
  593. "_lrot": {
  594. "__type__": "cc.Quat",
  595. "x": 0.0003981344265390953,
  596. "y": 6.728485725143615e-8,
  597. "z": 6.689837601202536e-7,
  598. "w": 0.99999992074426
  599. },
  600. "_lscale": {
  601. "__type__": "cc.Vec3",
  602. "x": 1,
  603. "y": 1,
  604. "z": 1
  605. },
  606. "_mobility": 0,
  607. "_layer": 524288,
  608. "_euler": {
  609. "__type__": "cc.Vec3",
  610. "x": 0.04562284583926279,
  611. "y": 0.000007679755138064172,
  612. "z": 0.00007666295568624097
  613. },
  614. "_id": ""
  615. },
  616. {
  617. "__type__": "cc.Node",
  618. "_name": "Bip001 L Forearm",
  619. "_objFlags": 0,
  620. "__editorExtras__": {},
  621. "_parent": {
  622. "__id__": 16
  623. },
  624. "_children": [
  625. {
  626. "__id__": 18
  627. }
  628. ],
  629. "_active": true,
  630. "_components": [],
  631. "_prefab": {
  632. "__id__": 20
  633. },
  634. "_lpos": {
  635. "__type__": "cc.Vec3",
  636. "x": 0.24320432543754578,
  637. "y": 0,
  638. "z": -1.4210854397564648e-16
  639. },
  640. "_lrot": {
  641. "__type__": "cc.Quat",
  642. "x": 0,
  643. "y": 0,
  644. "z": 0,
  645. "w": 1
  646. },
  647. "_lscale": {
  648. "__type__": "cc.Vec3",
  649. "x": 0.9999999403953552,
  650. "y": 0.9999999403953552,
  651. "z": 1
  652. },
  653. "_mobility": 0,
  654. "_layer": 524288,
  655. "_euler": {
  656. "__type__": "cc.Vec3",
  657. "x": 0,
  658. "y": 0,
  659. "z": 0
  660. },
  661. "_id": ""
  662. },
  663. {
  664. "__type__": "cc.Node",
  665. "_name": "Bip001 L Hand",
  666. "_objFlags": 0,
  667. "__editorExtras__": {},
  668. "_parent": {
  669. "__id__": 17
  670. },
  671. "_children": [],
  672. "_active": true,
  673. "_components": [],
  674. "_prefab": {
  675. "__id__": 19
  676. },
  677. "_lpos": {
  678. "__type__": "cc.Vec3",
  679. "x": 0.20603600144386292,
  680. "y": 4.440891999238953e-18,
  681. "z": 0
  682. },
  683. "_lrot": {
  684. "__type__": "cc.Quat",
  685. "x": -0.7068252124052276,
  686. "y": 3.247049841514178e-15,
  687. "z": 6.8029592426602e-15,
  688. "w": 0.7073882378922517
  689. },
  690. "_lscale": {
  691. "__type__": "cc.Vec3",
  692. "x": 0.9999999403953552,
  693. "y": 1,
  694. "z": 0.9999999403953552
  695. },
  696. "_mobility": 0,
  697. "_layer": 524288,
  698. "_euler": {
  699. "__type__": "cc.Vec3",
  700. "x": -89.95437890588063,
  701. "y": 8.142220694800475e-13,
  702. "z": 2.8845407298631173e-13
  703. },
  704. "_id": ""
  705. },
  706. {
  707. "__type__": "cc.PrefabInfo",
  708. "root": {
  709. "__id__": 1
  710. },
  711. "asset": {
  712. "__id__": 0
  713. },
  714. "fileId": "cdNSHoS7pNf57NvxODJSUV",
  715. "instance": null,
  716. "targetOverrides": null,
  717. "nestedPrefabInstanceRoots": null
  718. },
  719. {
  720. "__type__": "cc.PrefabInfo",
  721. "root": {
  722. "__id__": 1
  723. },
  724. "asset": {
  725. "__id__": 0
  726. },
  727. "fileId": "83jw1FA0dLoZbxMZwTerHQ",
  728. "instance": null,
  729. "targetOverrides": null,
  730. "nestedPrefabInstanceRoots": null
  731. },
  732. {
  733. "__type__": "cc.PrefabInfo",
  734. "root": {
  735. "__id__": 1
  736. },
  737. "asset": {
  738. "__id__": 0
  739. },
  740. "fileId": "f47kZuA15KdI/VvCzSaaG3",
  741. "instance": null,
  742. "targetOverrides": null,
  743. "nestedPrefabInstanceRoots": null
  744. },
  745. {
  746. "__type__": "cc.PrefabInfo",
  747. "root": {
  748. "__id__": 1
  749. },
  750. "asset": {
  751. "__id__": 0
  752. },
  753. "fileId": "f9X+877QxBuJhIzIwGVBml",
  754. "instance": null,
  755. "targetOverrides": null,
  756. "nestedPrefabInstanceRoots": null
  757. },
  758. {
  759. "__type__": "cc.Node",
  760. "_name": "Bip001 R Clavicle",
  761. "_objFlags": 0,
  762. "__editorExtras__": {},
  763. "_parent": {
  764. "__id__": 10
  765. },
  766. "_children": [
  767. {
  768. "__id__": 24
  769. }
  770. ],
  771. "_active": true,
  772. "_components": [],
  773. "_prefab": {
  774. "__id__": 30
  775. },
  776. "_lpos": {
  777. "__type__": "cc.Vec3",
  778. "x": 0.18149346113204956,
  779. "y": -0.01227807067334652,
  780. "z": -0.05000001937150955
  781. },
  782. "_lrot": {
  783. "__type__": "cc.Quat",
  784. "x": 0.7071067251375,
  785. "y": -0.0002815409742237752,
  786. "z": -0.7071067251375,
  787. "w": -0.0002815409742237752
  788. },
  789. "_lscale": {
  790. "__type__": "cc.Vec3",
  791. "x": 1,
  792. "y": 0.9999999403953552,
  793. "z": 1
  794. },
  795. "_mobility": 0,
  796. "_layer": 524288,
  797. "_euler": {
  798. "__type__": "cc.Vec3",
  799. "x": -179.95437433089762,
  800. "y": 90.00000000000001,
  801. "z": 0
  802. },
  803. "_id": ""
  804. },
  805. {
  806. "__type__": "cc.Node",
  807. "_name": "Bip001 R UpperArm",
  808. "_objFlags": 0,
  809. "__editorExtras__": {},
  810. "_parent": {
  811. "__id__": 23
  812. },
  813. "_children": [
  814. {
  815. "__id__": 25
  816. }
  817. ],
  818. "_active": true,
  819. "_components": [],
  820. "_prefab": {
  821. "__id__": 29
  822. },
  823. "_lpos": {
  824. "__type__": "cc.Vec3",
  825. "x": 0.11990292370319366,
  826. "y": 2.38418573772492e-9,
  827. "z": 0
  828. },
  829. "_lrot": {
  830. "__type__": "cc.Quat",
  831. "x": -0.00039813442653908624,
  832. "y": -6.727176194907191e-8,
  833. "z": 7.019042844460372e-7,
  834. "w": 0.9999999207442374
  835. },
  836. "_lscale": {
  837. "__type__": "cc.Vec3",
  838. "x": 1,
  839. "y": 1,
  840. "z": 1
  841. },
  842. "_mobility": 0,
  843. "_layer": 524288,
  844. "_euler": {
  845. "__type__": "cc.Vec3",
  846. "x": -0.04562284583901207,
  847. "y": -0.00000767675259910303,
  848. "z": 0.00008043536899626258
  849. },
  850. "_id": ""
  851. },
  852. {
  853. "__type__": "cc.Node",
  854. "_name": "Bip001 R Forearm",
  855. "_objFlags": 0,
  856. "__editorExtras__": {},
  857. "_parent": {
  858. "__id__": 24
  859. },
  860. "_children": [
  861. {
  862. "__id__": 26
  863. }
  864. ],
  865. "_active": true,
  866. "_components": [],
  867. "_prefab": {
  868. "__id__": 28
  869. },
  870. "_lpos": {
  871. "__type__": "cc.Vec3",
  872. "x": 0.24320438504219055,
  873. "y": 0,
  874. "z": 0
  875. },
  876. "_lrot": {
  877. "__type__": "cc.Quat",
  878. "x": 0,
  879. "y": 0,
  880. "z": 0,
  881. "w": 1
  882. },
  883. "_lscale": {
  884. "__type__": "cc.Vec3",
  885. "x": 0.9999999403953552,
  886. "y": 0.9999999403953552,
  887. "z": 1
  888. },
  889. "_mobility": 0,
  890. "_layer": 524288,
  891. "_euler": {
  892. "__type__": "cc.Vec3",
  893. "x": 0,
  894. "y": 0,
  895. "z": 0
  896. },
  897. "_id": ""
  898. },
  899. {
  900. "__type__": "cc.Node",
  901. "_name": "Bip001 R Hand",
  902. "_objFlags": 0,
  903. "__editorExtras__": {},
  904. "_parent": {
  905. "__id__": 25
  906. },
  907. "_children": [],
  908. "_active": true,
  909. "_components": [],
  910. "_prefab": {
  911. "__id__": 27
  912. },
  913. "_lpos": {
  914. "__type__": "cc.Vec3",
  915. "x": 0.20603595674037933,
  916. "y": -4.440891999238953e-18,
  917. "z": 0
  918. },
  919. "_lrot": {
  920. "__type__": "cc.Quat",
  921. "x": 0.7068252124052276,
  922. "y": -5.024961661043284e-15,
  923. "z": 5.023631395770144e-15,
  924. "w": 0.7073882378922517
  925. },
  926. "_lscale": {
  927. "__type__": "cc.Vec3",
  928. "x": 0.9999999403953552,
  929. "y": 1,
  930. "z": 0.9999999403953552
  931. },
  932. "_mobility": 0,
  933. "_layer": 524288,
  934. "_euler": {
  935. "__type__": "cc.Vec3",
  936. "x": 89.95437890588063,
  937. "y": -8.142220838988628e-13,
  938. "z": 2.1636805512000358e-16
  939. },
  940. "_id": ""
  941. },
  942. {
  943. "__type__": "cc.PrefabInfo",
  944. "root": {
  945. "__id__": 1
  946. },
  947. "asset": {
  948. "__id__": 0
  949. },
  950. "fileId": "0dcweGGf9MQ4iwT2JjRxyk",
  951. "instance": null,
  952. "targetOverrides": null,
  953. "nestedPrefabInstanceRoots": null
  954. },
  955. {
  956. "__type__": "cc.PrefabInfo",
  957. "root": {
  958. "__id__": 1
  959. },
  960. "asset": {
  961. "__id__": 0
  962. },
  963. "fileId": "6fYIk3hKlG8pQhkIyGmK/9",
  964. "instance": null,
  965. "targetOverrides": null,
  966. "nestedPrefabInstanceRoots": null
  967. },
  968. {
  969. "__type__": "cc.PrefabInfo",
  970. "root": {
  971. "__id__": 1
  972. },
  973. "asset": {
  974. "__id__": 0
  975. },
  976. "fileId": "b3TtOtbkFPB69yboT7CJVH",
  977. "instance": null,
  978. "targetOverrides": null,
  979. "nestedPrefabInstanceRoots": null
  980. },
  981. {
  982. "__type__": "cc.PrefabInfo",
  983. "root": {
  984. "__id__": 1
  985. },
  986. "asset": {
  987. "__id__": 0
  988. },
  989. "fileId": "dfku0F79xKdbaFLNd0Qv9q",
  990. "instance": null,
  991. "targetOverrides": null,
  992. "nestedPrefabInstanceRoots": null
  993. },
  994. {
  995. "__type__": "cc.PrefabInfo",
  996. "root": {
  997. "__id__": 1
  998. },
  999. "asset": {
  1000. "__id__": 0
  1001. },
  1002. "fileId": "89WTpsjCNOqKeAcdJS2mk7",
  1003. "instance": null,
  1004. "targetOverrides": null,
  1005. "nestedPrefabInstanceRoots": null
  1006. },
  1007. {
  1008. "__type__": "cc.PrefabInfo",
  1009. "root": {
  1010. "__id__": 1
  1011. },
  1012. "asset": {
  1013. "__id__": 0
  1014. },
  1015. "fileId": "d9X19wTKhOM5H0Pmo7jLOA",
  1016. "instance": null,
  1017. "targetOverrides": null,
  1018. "nestedPrefabInstanceRoots": null
  1019. },
  1020. {
  1021. "__type__": "cc.Node",
  1022. "_name": "Bip001 L Thigh",
  1023. "_objFlags": 0,
  1024. "__editorExtras__": {},
  1025. "_parent": {
  1026. "__id__": 8
  1027. },
  1028. "_children": [
  1029. {
  1030. "__id__": 34
  1031. }
  1032. ],
  1033. "_active": true,
  1034. "_components": [],
  1035. "_prefab": {
  1036. "__id__": 40
  1037. },
  1038. "_lpos": {
  1039. "__type__": "cc.Vec3",
  1040. "x": -1.5258788721439487e-7,
  1041. "y": 1.5632116401320673e-7,
  1042. "z": 0.09223301708698273
  1043. },
  1044. "_lrot": {
  1045. "__type__": "cc.Quat",
  1046. "x": -0.03539968588614107,
  1047. "y": 0.9990482740388152,
  1048. "z": -2.492230304586323e-7,
  1049. "w": -0.025483492287455445
  1050. },
  1051. "_lscale": {
  1052. "__type__": "cc.Vec3",
  1053. "x": 1,
  1054. "y": 0.9999999403953552,
  1055. "z": 1
  1056. },
  1057. "_mobility": 0,
  1058. "_layer": 524288,
  1059. "_euler": {
  1060. "__type__": "cc.Vec3",
  1061. "x": 0.10366214358746872,
  1062. "y": -177.07398799961155,
  1063. "z": -4.056030654256798
  1064. },
  1065. "_id": ""
  1066. },
  1067. {
  1068. "__type__": "cc.Node",
  1069. "_name": "Bip001 L Calf",
  1070. "_objFlags": 0,
  1071. "__editorExtras__": {},
  1072. "_parent": {
  1073. "__id__": 33
  1074. },
  1075. "_children": [
  1076. {
  1077. "__id__": 35
  1078. }
  1079. ],
  1080. "_active": true,
  1081. "_components": [],
  1082. "_prefab": {
  1083. "__id__": 39
  1084. },
  1085. "_lpos": {
  1086. "__type__": "cc.Vec3",
  1087. "x": 0.30184417963027954,
  1088. "y": 0,
  1089. "z": 0
  1090. },
  1091. "_lrot": {
  1092. "__type__": "cc.Quat",
  1093. "x": 0,
  1094. "y": 0,
  1095. "z": 0,
  1096. "w": 1
  1097. },
  1098. "_lscale": {
  1099. "__type__": "cc.Vec3",
  1100. "x": 1,
  1101. "y": 1,
  1102. "z": 0.9999999403953552
  1103. },
  1104. "_mobility": 0,
  1105. "_layer": 524288,
  1106. "_euler": {
  1107. "__type__": "cc.Vec3",
  1108. "x": 0,
  1109. "y": 0,
  1110. "z": 0
  1111. },
  1112. "_id": ""
  1113. },
  1114. {
  1115. "__type__": "cc.Node",
  1116. "_name": "Bip001 L Foot",
  1117. "_objFlags": 0,
  1118. "__editorExtras__": {},
  1119. "_parent": {
  1120. "__id__": 34
  1121. },
  1122. "_children": [
  1123. {
  1124. "__id__": 36
  1125. }
  1126. ],
  1127. "_active": true,
  1128. "_components": [],
  1129. "_prefab": {
  1130. "__id__": 38
  1131. },
  1132. "_lpos": {
  1133. "__type__": "cc.Vec3",
  1134. "x": 0.277566522359848,
  1135. "y": 9.53674295089968e-9,
  1136. "z": 0
  1137. },
  1138. "_lrot": {
  1139. "__type__": "cc.Quat",
  1140. "x": -0.04357815956119356,
  1141. "y": -0.027003992656970573,
  1142. "z": 0.03425442093945143,
  1143. "w": 0.9980973715204065
  1144. },
  1145. "_lscale": {
  1146. "__type__": "cc.Vec3",
  1147. "x": 1.0000001192092896,
  1148. "y": 1.0000001192092896,
  1149. "z": 0.9999998807907104
  1150. },
  1151. "_mobility": 0,
  1152. "_layer": 524288,
  1153. "_euler": {
  1154. "__type__": "cc.Vec3",
  1155. "x": -4.896396692892782,
  1156. "y": -2.9260835275743853,
  1157. "z": 4.056035601926642
  1158. },
  1159. "_id": ""
  1160. },
  1161. {
  1162. "__type__": "cc.Node",
  1163. "_name": "Bip001 L Toe0",
  1164. "_objFlags": 0,
  1165. "__editorExtras__": {},
  1166. "_parent": {
  1167. "__id__": 35
  1168. },
  1169. "_children": [],
  1170. "_active": true,
  1171. "_components": [],
  1172. "_prefab": {
  1173. "__id__": 37
  1174. },
  1175. "_lpos": {
  1176. "__type__": "cc.Vec3",
  1177. "x": 0.0553736537694931,
  1178. "y": 0.14810775220394135,
  1179. "z": 9.53674295089968e-9
  1180. },
  1181. "_lrot": {
  1182. "__type__": "cc.Quat",
  1183. "x": 1.5454310096341944e-8,
  1184. "y": 1.5454315425412555e-8,
  1185. "z": 0.7071067811865474,
  1186. "w": 0.7071067811865474
  1187. },
  1188. "_lscale": {
  1189. "__type__": "cc.Vec3",
  1190. "x": 0.9999999403953552,
  1191. "y": 0.9999999403953552,
  1192. "z": 0.9999999403953552
  1193. },
  1194. "_mobility": 0,
  1195. "_layer": 524288,
  1196. "_euler": {
  1197. "__type__": "cc.Vec3",
  1198. "x": 0,
  1199. "y": 0.0000025044781562438674,
  1200. "z": 90
  1201. },
  1202. "_id": ""
  1203. },
  1204. {
  1205. "__type__": "cc.PrefabInfo",
  1206. "root": {
  1207. "__id__": 1
  1208. },
  1209. "asset": {
  1210. "__id__": 0
  1211. },
  1212. "fileId": "0a8cOHSHJBq442SVOK8BPP",
  1213. "instance": null,
  1214. "targetOverrides": null,
  1215. "nestedPrefabInstanceRoots": null
  1216. },
  1217. {
  1218. "__type__": "cc.PrefabInfo",
  1219. "root": {
  1220. "__id__": 1
  1221. },
  1222. "asset": {
  1223. "__id__": 0
  1224. },
  1225. "fileId": "54i3wLrUpJ1roAJilWSnTt",
  1226. "instance": null,
  1227. "targetOverrides": null,
  1228. "nestedPrefabInstanceRoots": null
  1229. },
  1230. {
  1231. "__type__": "cc.PrefabInfo",
  1232. "root": {
  1233. "__id__": 1
  1234. },
  1235. "asset": {
  1236. "__id__": 0
  1237. },
  1238. "fileId": "f67Off5VZLkpizrpXZ9+tk",
  1239. "instance": null,
  1240. "targetOverrides": null,
  1241. "nestedPrefabInstanceRoots": null
  1242. },
  1243. {
  1244. "__type__": "cc.PrefabInfo",
  1245. "root": {
  1246. "__id__": 1
  1247. },
  1248. "asset": {
  1249. "__id__": 0
  1250. },
  1251. "fileId": "17q3AVRn1GPKv/w0BOq6mm",
  1252. "instance": null,
  1253. "targetOverrides": null,
  1254. "nestedPrefabInstanceRoots": null
  1255. },
  1256. {
  1257. "__type__": "cc.Node",
  1258. "_name": "Bip001 R Thigh",
  1259. "_objFlags": 0,
  1260. "__editorExtras__": {},
  1261. "_parent": {
  1262. "__id__": 8
  1263. },
  1264. "_children": [
  1265. {
  1266. "__id__": 42
  1267. }
  1268. ],
  1269. "_active": true,
  1270. "_components": [],
  1271. "_prefab": {
  1272. "__id__": 48
  1273. },
  1274. "_lpos": {
  1275. "__type__": "cc.Vec3",
  1276. "x": 1.5258788721439487e-7,
  1277. "y": -9.949635426664827e-8,
  1278. "z": -0.09223301708698273
  1279. },
  1280. "_lrot": {
  1281. "__type__": "cc.Quat",
  1282. "x": -0.034943823476931424,
  1283. "y": 0.9990642868557761,
  1284. "z": 0.000010426625732631247,
  1285. "w": 0.025484893985619036
  1286. },
  1287. "_lscale": {
  1288. "__type__": "cc.Vec3",
  1289. "x": 1,
  1290. "y": 0.9999999403953552,
  1291. "z": 1
  1292. },
  1293. "_mobility": 0,
  1294. "_layer": 524288,
  1295. "_euler": {
  1296. "__type__": "cc.Vec3",
  1297. "x": -0.10349464697510066,
  1298. "y": 177.07392735905523,
  1299. "z": -4.0037475137126375
  1300. },
  1301. "_id": ""
  1302. },
  1303. {
  1304. "__type__": "cc.Node",
  1305. "_name": "Bip001 R Calf",
  1306. "_objFlags": 0,
  1307. "__editorExtras__": {},
  1308. "_parent": {
  1309. "__id__": 41
  1310. },
  1311. "_children": [
  1312. {
  1313. "__id__": 43
  1314. }
  1315. ],
  1316. "_active": true,
  1317. "_components": [],
  1318. "_prefab": {
  1319. "__id__": 47
  1320. },
  1321. "_lpos": {
  1322. "__type__": "cc.Vec3",
  1323. "x": 0.3018442988395691,
  1324. "y": 0,
  1325. "z": -1.776356799695581e-17
  1326. },
  1327. "_lrot": {
  1328. "__type__": "cc.Quat",
  1329. "x": -1.0194834663555614e-19,
  1330. "y": 8.836323543053363e-18,
  1331. "z": -0.0007324182442991742,
  1332. "w": 0.9999997317817217
  1333. },
  1334. "_lscale": {
  1335. "__type__": "cc.Vec3",
  1336. "x": 1.0000001192092896,
  1337. "y": 1.0000001192092896,
  1338. "z": 1.0000001192092896
  1339. },
  1340. "_mobility": 0,
  1341. "_layer": 524288,
  1342. "_euler": {
  1343. "__type__": "cc.Vec3",
  1344. "x": -1.0940805242424209e-17,
  1345. "y": 1.0125603491999142e-15,
  1346. "z": -0.08392895597720886
  1347. },
  1348. "_id": ""
  1349. },
  1350. {
  1351. "__type__": "cc.Node",
  1352. "_name": "Bip001 R Foot",
  1353. "_objFlags": 0,
  1354. "__editorExtras__": {},
  1355. "_parent": {
  1356. "__id__": 42
  1357. },
  1358. "_children": [
  1359. {
  1360. "__id__": 44
  1361. }
  1362. ],
  1363. "_active": true,
  1364. "_components": [],
  1365. "_prefab": {
  1366. "__id__": 46
  1367. },
  1368. "_lpos": {
  1369. "__type__": "cc.Vec3",
  1370. "x": 0.277566522359848,
  1371. "y": -4.76837147544984e-9,
  1372. "z": 0
  1373. },
  1374. "_lrot": {
  1375. "__type__": "cc.Quat",
  1376. "x": 0.043580065275905924,
  1377. "y": 0.027000890340420552,
  1378. "z": 0.034184253814213285,
  1379. "w": 0.9980997778892339
  1380. },
  1381. "_lscale": {
  1382. "__type__": "cc.Vec3",
  1383. "x": 1.0000001192092896,
  1384. "y": 1.0000001192092896,
  1385. "z": 1
  1386. },
  1387. "_mobility": 0,
  1388. "_layer": 524288,
  1389. "_euler": {
  1390. "__type__": "cc.Vec3",
  1391. "x": 4.896809963510241,
  1392. "y": 2.9260499290467004,
  1393. "z": 4.047990059230866
  1394. },
  1395. "_id": ""
  1396. },
  1397. {
  1398. "__type__": "cc.Node",
  1399. "_name": "Bip001 R Toe0",
  1400. "_objFlags": 0,
  1401. "__editorExtras__": {},
  1402. "_parent": {
  1403. "__id__": 43
  1404. },
  1405. "_children": [],
  1406. "_active": true,
  1407. "_components": [],
  1408. "_prefab": {
  1409. "__id__": 45
  1410. },
  1411. "_lpos": {
  1412. "__type__": "cc.Vec3",
  1413. "x": 0.0553736686706543,
  1414. "y": 0.14810778200626373,
  1415. "z": -9.53674295089968e-9
  1416. },
  1417. "_lrot": {
  1418. "__type__": "cc.Quat",
  1419. "x": 9.63006628092744e-9,
  1420. "y": 8.160924176428941e-9,
  1421. "z": 0.7071067513842252,
  1422. "w": 0.7071068109888685
  1423. },
  1424. "_lscale": {
  1425. "__type__": "cc.Vec3",
  1426. "x": 1,
  1427. "y": 1,
  1428. "z": 1
  1429. },
  1430. "_mobility": 0,
  1431. "_layer": 524288,
  1432. "_euler": {
  1433. "__type__": "cc.Vec3",
  1434. "x": 0,
  1435. "y": 0.0000015606189779356354,
  1436. "z": 90
  1437. },
  1438. "_id": ""
  1439. },
  1440. {
  1441. "__type__": "cc.PrefabInfo",
  1442. "root": {
  1443. "__id__": 1
  1444. },
  1445. "asset": {
  1446. "__id__": 0
  1447. },
  1448. "fileId": "43LntDR0JCN4umQaJyRU9/",
  1449. "instance": null,
  1450. "targetOverrides": null,
  1451. "nestedPrefabInstanceRoots": null
  1452. },
  1453. {
  1454. "__type__": "cc.PrefabInfo",
  1455. "root": {
  1456. "__id__": 1
  1457. },
  1458. "asset": {
  1459. "__id__": 0
  1460. },
  1461. "fileId": "7fEJ+b16FPiYL+2la1Xuac",
  1462. "instance": null,
  1463. "targetOverrides": null,
  1464. "nestedPrefabInstanceRoots": null
  1465. },
  1466. {
  1467. "__type__": "cc.PrefabInfo",
  1468. "root": {
  1469. "__id__": 1
  1470. },
  1471. "asset": {
  1472. "__id__": 0
  1473. },
  1474. "fileId": "b6FzqrTVBDab/V+1ewsFQE",
  1475. "instance": null,
  1476. "targetOverrides": null,
  1477. "nestedPrefabInstanceRoots": null
  1478. },
  1479. {
  1480. "__type__": "cc.PrefabInfo",
  1481. "root": {
  1482. "__id__": 1
  1483. },
  1484. "asset": {
  1485. "__id__": 0
  1486. },
  1487. "fileId": "33rxqG/rlB9rkOG8V6Dk5i",
  1488. "instance": null,
  1489. "targetOverrides": null,
  1490. "nestedPrefabInstanceRoots": null
  1491. },
  1492. {
  1493. "__type__": "cc.PrefabInfo",
  1494. "root": {
  1495. "__id__": 1
  1496. },
  1497. "asset": {
  1498. "__id__": 0
  1499. },
  1500. "fileId": "010CIduQ1Earf7zkyEjI18",
  1501. "instance": null,
  1502. "targetOverrides": null,
  1503. "nestedPrefabInstanceRoots": null
  1504. },
  1505. {
  1506. "__type__": "cc.PrefabInfo",
  1507. "root": {
  1508. "__id__": 1
  1509. },
  1510. "asset": {
  1511. "__id__": 0
  1512. },
  1513. "fileId": "98Aq7Rje5E+KuHdqXTmNWO",
  1514. "instance": null,
  1515. "targetOverrides": null,
  1516. "nestedPrefabInstanceRoots": null
  1517. },
  1518. {
  1519. "__type__": "cc.Node",
  1520. "_name": "Cone",
  1521. "_objFlags": 0,
  1522. "__editorExtras__": {},
  1523. "_parent": {
  1524. "__id__": 1
  1525. },
  1526. "_children": [],
  1527. "_active": true,
  1528. "_components": [
  1529. {
  1530. "__id__": 52
  1531. }
  1532. ],
  1533. "_prefab": {
  1534. "__id__": 55
  1535. },
  1536. "_lpos": {
  1537. "__type__": "cc.Vec3",
  1538. "x": 0,
  1539. "y": 0,
  1540. "z": 0
  1541. },
  1542. "_lrot": {
  1543. "__type__": "cc.Quat",
  1544. "x": 0,
  1545. "y": 0,
  1546. "z": 0,
  1547. "w": 1
  1548. },
  1549. "_lscale": {
  1550. "__type__": "cc.Vec3",
  1551. "x": 1,
  1552. "y": 1,
  1553. "z": 1
  1554. },
  1555. "_mobility": 0,
  1556. "_layer": 524288,
  1557. "_euler": {
  1558. "__type__": "cc.Vec3",
  1559. "x": 0,
  1560. "y": 0,
  1561. "z": 0
  1562. },
  1563. "_id": ""
  1564. },
  1565. {
  1566. "__type__": "cc.MeshRenderer",
  1567. "_name": "Cone<ModelComponent>",
  1568. "_objFlags": 0,
  1569. "__editorExtras__": {},
  1570. "node": {
  1571. "__id__": 51
  1572. },
  1573. "_enabled": true,
  1574. "__prefab": {
  1575. "__id__": 53
  1576. },
  1577. "_materials": [
  1578. {
  1579. "__uuid__": "620b6bf3-0369-4560-837f-2a2c00b73c26",
  1580. "__expectedType__": "cc.Material"
  1581. }
  1582. ],
  1583. "_visFlags": 0,
  1584. "bakeSettings": {
  1585. "__id__": 54
  1586. },
  1587. "_mesh": {
  1588. "__uuid__": "1263d74c-8167-4928-91a6-4e2672411f47@38fd2",
  1589. "__expectedType__": "cc.Mesh"
  1590. },
  1591. "_shadowCastingMode": 0,
  1592. "_shadowReceivingMode": 1,
  1593. "_shadowBias": 0,
  1594. "_shadowNormalBias": 0,
  1595. "_reflectionProbeId": -1,
  1596. "_reflectionProbeBlendId": -1,
  1597. "_reflectionProbeBlendWeight": 0,
  1598. "_enabledGlobalStandardSkinObject": false,
  1599. "_enableMorph": true,
  1600. "_id": ""
  1601. },
  1602. {
  1603. "__type__": "cc.CompPrefabInfo",
  1604. "fileId": "7d9+LLKLNPDrPtRyO8NFCI"
  1605. },
  1606. {
  1607. "__type__": "cc.ModelBakeSettings",
  1608. "texture": null,
  1609. "uvParam": {
  1610. "__type__": "cc.Vec4",
  1611. "x": 0,
  1612. "y": 0,
  1613. "z": 0,
  1614. "w": 0
  1615. },
  1616. "_bakeable": false,
  1617. "_castShadow": false,
  1618. "_receiveShadow": false,
  1619. "_recieveShadow": false,
  1620. "_lightmapSize": 64,
  1621. "_useLightProbe": false,
  1622. "_bakeToLightProbe": true,
  1623. "_reflectionProbeType": 0,
  1624. "_bakeToReflectionProbe": true
  1625. },
  1626. {
  1627. "__type__": "cc.PrefabInfo",
  1628. "root": {
  1629. "__id__": 1
  1630. },
  1631. "asset": {
  1632. "__id__": 0
  1633. },
  1634. "fileId": "c4OPoVBk5EP7MndKMuJBDF",
  1635. "instance": null,
  1636. "targetOverrides": null,
  1637. "nestedPrefabInstanceRoots": null
  1638. },
  1639. {
  1640. "__type__": "cc.SkeletalAnimation",
  1641. "_name": "",
  1642. "_objFlags": 0,
  1643. "__editorExtras__": {},
  1644. "node": {
  1645. "__id__": 1
  1646. },
  1647. "_enabled": true,
  1648. "__prefab": {
  1649. "__id__": 57
  1650. },
  1651. "playOnLoad": true,
  1652. "_clips": [
  1653. {
  1654. "__uuid__": "d5968747-b05c-410d-a718-29cedf8bd7c8@73b7f",
  1655. "__expectedType__": "cc.AnimationClip"
  1656. },
  1657. {
  1658. "__uuid__": "d5968747-b05c-410d-a718-29cedf8bd7c8@cf5ee",
  1659. "__expectedType__": "cc.AnimationClip"
  1660. },
  1661. {
  1662. "__uuid__": "d5968747-b05c-410d-a718-29cedf8bd7c8@b4251",
  1663. "__expectedType__": "cc.AnimationClip"
  1664. }
  1665. ],
  1666. "_defaultClip": {
  1667. "__uuid__": "d5968747-b05c-410d-a718-29cedf8bd7c8@73b7f",
  1668. "__expectedType__": "cc.AnimationClip"
  1669. },
  1670. "_useBakedAnimation": true,
  1671. "_sockets": [],
  1672. "_id": ""
  1673. },
  1674. {
  1675. "__type__": "cc.CompPrefabInfo",
  1676. "fileId": "78F6pSoqVCvJhL7jgqJ9Lo"
  1677. },
  1678. {
  1679. "__type__": "89a4fQ+54lH0bCd57qgAA2W",
  1680. "_name": "",
  1681. "_objFlags": 0,
  1682. "__editorExtras__": {},
  1683. "node": {
  1684. "__id__": 1
  1685. },
  1686. "_enabled": true,
  1687. "__prefab": {
  1688. "__id__": 59
  1689. },
  1690. "ske": {
  1691. "__id__": 56
  1692. },
  1693. "_id": ""
  1694. },
  1695. {
  1696. "__type__": "cc.CompPrefabInfo",
  1697. "fileId": "953HqyzfRI3KiGGu3DIdNT"
  1698. },
  1699. {
  1700. "__type__": "cc.CapsuleCollider",
  1701. "_name": "",
  1702. "_objFlags": 0,
  1703. "__editorExtras__": {},
  1704. "node": {
  1705. "__id__": 1
  1706. },
  1707. "_enabled": true,
  1708. "__prefab": {
  1709. "__id__": 61
  1710. },
  1711. "_material": null,
  1712. "_isTrigger": false,
  1713. "_center": {
  1714. "__type__": "cc.Vec3",
  1715. "x": 0,
  1716. "y": 0.8,
  1717. "z": 0
  1718. },
  1719. "_radius": 0.5,
  1720. "_cylinderHeight": 1,
  1721. "_direction": 1,
  1722. "_id": ""
  1723. },
  1724. {
  1725. "__type__": "cc.CompPrefabInfo",
  1726. "fileId": "2dmII32VFFqYlphWk5I1oS"
  1727. },
  1728. {
  1729. "__type__": "2b35fDPnvZDA6d7i5Y8aa2N",
  1730. "_name": "",
  1731. "_objFlags": 0,
  1732. "__editorExtras__": {},
  1733. "node": {
  1734. "__id__": 1
  1735. },
  1736. "_enabled": true,
  1737. "__prefab": {
  1738. "__id__": 63
  1739. },
  1740. "AssetRawUrl": null,
  1741. "PlayOnStart": false,
  1742. "AutoUpdate": false,
  1743. "duration": 0.3,
  1744. "_id": ""
  1745. },
  1746. {
  1747. "__type__": "cc.CompPrefabInfo",
  1748. "fileId": "c8wAVLQLZA4bVKTbrhjl3M"
  1749. },
  1750. {
  1751. "__type__": "cc.PrefabInfo",
  1752. "root": {
  1753. "__id__": 1
  1754. },
  1755. "asset": {
  1756. "__id__": 0
  1757. },
  1758. "fileId": "cdxL078+BDZ55VqTtGfQqL",
  1759. "targetOverrides": null
  1760. }
  1761. ]