ball.prefab 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "ball",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "persistent": false
  12. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "ball",
  16. "_objFlags": 0,
  17. "__editorExtras__": {},
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. }
  23. ],
  24. "_active": true,
  25. "_components": [
  26. {
  27. "__id__": 9
  28. }
  29. ],
  30. "_prefab": {
  31. "__id__": 11
  32. },
  33. "_lpos": {
  34. "__type__": "cc.Vec3",
  35. "x": 0,
  36. "y": 0,
  37. "z": 0
  38. },
  39. "_lrot": {
  40. "__type__": "cc.Quat",
  41. "x": 0,
  42. "y": 0,
  43. "z": 0,
  44. "w": 1
  45. },
  46. "_lscale": {
  47. "__type__": "cc.Vec3",
  48. "x": 1,
  49. "y": 1,
  50. "z": 1
  51. },
  52. "_mobility": 0,
  53. "_layer": 1073741824,
  54. "_euler": {
  55. "__type__": "cc.Vec3",
  56. "x": 0,
  57. "y": 0,
  58. "z": 0
  59. },
  60. "_id": ""
  61. },
  62. {
  63. "__type__": "cc.Node",
  64. "_name": "Ball",
  65. "_objFlags": 0,
  66. "__editorExtras__": {},
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [],
  71. "_active": true,
  72. "_components": [
  73. {
  74. "__id__": 3
  75. },
  76. {
  77. "__id__": 6
  78. }
  79. ],
  80. "_prefab": {
  81. "__id__": 8
  82. },
  83. "_lpos": {
  84. "__type__": "cc.Vec3",
  85. "x": 0,
  86. "y": 0,
  87. "z": 0
  88. },
  89. "_lrot": {
  90. "__type__": "cc.Quat",
  91. "x": 6.123234262925839e-17,
  92. "y": 1,
  93. "z": 6.123234262925839e-17,
  94. "w": 3.7493993930529855e-33
  95. },
  96. "_lscale": {
  97. "__type__": "cc.Vec3",
  98. "x": 1,
  99. "y": 1,
  100. "z": 1
  101. },
  102. "_mobility": 0,
  103. "_layer": 1073741824,
  104. "_euler": {
  105. "__type__": "cc.Vec3",
  106. "x": -7.0167096047110005e-15,
  107. "y": -180,
  108. "z": 7.0167096047110005e-15
  109. },
  110. "_id": ""
  111. },
  112. {
  113. "__type__": "cc.MeshRenderer",
  114. "_name": "",
  115. "_objFlags": 0,
  116. "__editorExtras__": {},
  117. "node": {
  118. "__id__": 2
  119. },
  120. "_enabled": true,
  121. "__prefab": {
  122. "__id__": 4
  123. },
  124. "_materials": [
  125. {
  126. "__uuid__": "1348765a-6d5c-4f62-9c1a-68435a4a9170",
  127. "__expectedType__": "cc.Material"
  128. }
  129. ],
  130. "_visFlags": 0,
  131. "bakeSettings": {
  132. "__id__": 5
  133. },
  134. "_mesh": {
  135. "__uuid__": "03aba354-934e-4d5c-9002-f47bda19fe3d@97298",
  136. "__expectedType__": "cc.Mesh"
  137. },
  138. "_shadowCastingMode": 0,
  139. "_shadowReceivingMode": 1,
  140. "_shadowBias": 0,
  141. "_shadowNormalBias": 0,
  142. "_enableMorph": true,
  143. "_id": ""
  144. },
  145. {
  146. "__type__": "cc.CompPrefabInfo",
  147. "fileId": "b8tbs1mRxfkYMjieyPuM+9"
  148. },
  149. {
  150. "__type__": "cc.ModelBakeSettings",
  151. "texture": null,
  152. "uvParam": {
  153. "__type__": "cc.Vec4",
  154. "x": 0,
  155. "y": 0,
  156. "z": 0,
  157. "w": 0
  158. },
  159. "_bakeable": false,
  160. "_castShadow": false,
  161. "_receiveShadow": false,
  162. "_recieveShadow": false,
  163. "_lightmapSize": 64,
  164. "_useLightProbe": false,
  165. "_bakeToLightProbe": true,
  166. "_reflectionProbeType": 0,
  167. "_bakeToReflectionProbe": true,
  168. "_probeCubemap": null
  169. },
  170. {
  171. "__type__": "cc.SphereCollider",
  172. "_name": "",
  173. "_objFlags": 0,
  174. "node": {
  175. "__id__": 2
  176. },
  177. "_enabled": true,
  178. "__prefab": {
  179. "__id__": 7
  180. },
  181. "_material": null,
  182. "_isTrigger": false,
  183. "_center": {
  184. "__type__": "cc.Vec3",
  185. "x": 0,
  186. "y": 0,
  187. "z": 0
  188. },
  189. "_radius": 0.578,
  190. "_id": ""
  191. },
  192. {
  193. "__type__": "cc.CompPrefabInfo",
  194. "fileId": "32PJVoN+xLYp81YakM8Itj"
  195. },
  196. {
  197. "__type__": "cc.PrefabInfo",
  198. "root": {
  199. "__id__": 1
  200. },
  201. "asset": {
  202. "__id__": 0
  203. },
  204. "fileId": "acXpx9Br9fH6YGecPC8iCZ",
  205. "instance": null,
  206. "targetOverrides": null,
  207. "nestedPrefabInstanceRoots": null
  208. },
  209. {
  210. "__type__": "cc.BoxCollider",
  211. "_name": "",
  212. "_objFlags": 0,
  213. "node": {
  214. "__id__": 1
  215. },
  216. "_enabled": true,
  217. "__prefab": {
  218. "__id__": 10
  219. },
  220. "_material": null,
  221. "_isTrigger": false,
  222. "_center": {
  223. "__type__": "cc.Vec3",
  224. "x": 0,
  225. "y": 0,
  226. "z": 0
  227. },
  228. "_size": {
  229. "__type__": "cc.Vec3",
  230. "x": 1,
  231. "y": 1,
  232. "z": 1
  233. },
  234. "_id": ""
  235. },
  236. {
  237. "__type__": "cc.CompPrefabInfo",
  238. "fileId": "31YthFQJVCQaXYmxN/LZRf"
  239. },
  240. {
  241. "__type__": "cc.PrefabInfo",
  242. "root": {
  243. "__id__": 1
  244. },
  245. "asset": {
  246. "__id__": 0
  247. },
  248. "fileId": "8anGKvrexcQ7zaIHNtygHf",
  249. "instance": null,
  250. "targetOverrides": null
  251. }
  252. ]