IndependentCamera.prefab 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. {
  2. "ContainerEntity": {
  3. "Id": "ContainerEntity",
  4. "Name": "IndependentCamera",
  5. "Components": {
  6. "Component_[10578842771710084542]": {
  7. "$type": "EditorOnlyEntityComponent",
  8. "Id": 10578842771710084542
  9. },
  10. "Component_[11531049140686480556]": {
  11. "$type": "EditorPrefabComponent",
  12. "Id": 11531049140686480556
  13. },
  14. "Component_[11995175907666138931]": {
  15. "$type": "EditorVisibilityComponent",
  16. "Id": 11995175907666138931
  17. },
  18. "Component_[13331758647435483932]": {
  19. "$type": "EditorPendingCompositionComponent",
  20. "Id": 13331758647435483932
  21. },
  22. "Component_[14174113723406120928]": {
  23. "$type": "EditorInspectorComponent",
  24. "Id": 14174113723406120928
  25. },
  26. "Component_[15440623151519710600]": {
  27. "$type": "EditorLockComponent",
  28. "Id": 15440623151519710600
  29. },
  30. "Component_[16094398158609139473]": {
  31. "$type": "EditorEntitySortComponent",
  32. "Id": 16094398158609139473,
  33. "Child Entity Order": [
  34. "Entity_[383073419780529]",
  35. "Entity_[98883136772698]"
  36. ]
  37. },
  38. "Component_[17603529919546135644]": {
  39. "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
  40. "Id": 17603529919546135644,
  41. "Parent Entity": ""
  42. },
  43. "Component_[2841590054450704309]": {
  44. "$type": "EditorDisabledCompositionComponent",
  45. "Id": 2841590054450704309
  46. },
  47. "Component_[9747980737219661693]": {
  48. "$type": "EditorEntityIconComponent",
  49. "Id": 9747980737219661693
  50. }
  51. }
  52. },
  53. "Entities": {
  54. "Entity_[383073419780529]": {
  55. "Id": "Entity_[383073419780529]",
  56. "Name": "IndependentCamera",
  57. "Components": {
  58. "Component_[1188649028325111983]": {
  59. "$type": "EditorEntityIconComponent",
  60. "Id": 1188649028325111983
  61. },
  62. "Component_[14413853484827436756]": {
  63. "$type": "EditorOnlyEntityComponent",
  64. "Id": 14413853484827436756
  65. },
  66. "Component_[14812235333318689482]": {
  67. "$type": "EditorScriptCanvasComponent",
  68. "Id": 14812235333318689482,
  69. "configuration": {
  70. "sourceHandle": {
  71. "id": "{D0D13033-C375-5A0F-B5AF-0FD85F2F36CB}",
  72. "path": "Scripts/CameraControls.scriptcanvas"
  73. },
  74. "sourceName": "CameraControls.scriptcanvas",
  75. "propertyOverrides": {
  76. "source": {
  77. "id": "{D0D13033-C375-5A0F-B5AF-0FD85F2F36CB}",
  78. "path": "Scripts/CameraControls.scriptcanvas"
  79. },
  80. "variables": [
  81. {
  82. "Datum": {
  83. "scriptCanvasType": {
  84. "m_type": 3
  85. },
  86. "isNullPointer": false,
  87. "$type": "double",
  88. "value": 5.0
  89. },
  90. "VariableId": {
  91. "m_id": "{2A31B101-C91E-4979-B4CD-AD0707A585DD}"
  92. },
  93. "VariableName": "DistanceAim",
  94. "InitialValueSource": 1
  95. },
  96. {
  97. "Datum": {
  98. "scriptCanvasType": {
  99. "m_type": 1
  100. },
  101. "isNullPointer": false,
  102. "$type": "EntityId",
  103. "value": ""
  104. },
  105. "VariableId": {
  106. "m_id": "{3DFF05B0-38B4-4BA7-905F-D1F7B20763B7}"
  107. },
  108. "VariableName": "Target",
  109. "InitialValueSource": 1
  110. },
  111. {
  112. "Datum": {
  113. "scriptCanvasType": {
  114. "m_type": 3
  115. },
  116. "isNullPointer": false,
  117. "$type": "double",
  118. "value": 20.0
  119. },
  120. "VariableId": {
  121. "m_id": "{97C04B67-FD7F-4B4C-A641-5262AAF2287E}"
  122. },
  123. "VariableName": "VerticalAngleMin",
  124. "InitialValueSource": 1
  125. },
  126. {
  127. "Datum": {
  128. "scriptCanvasType": {
  129. "m_type": 3
  130. },
  131. "isNullPointer": false,
  132. "$type": "double",
  133. "value": 10.0
  134. },
  135. "VariableId": {
  136. "m_id": "{B75A2761-932A-4D9E-869D-2A6EF058C360}"
  137. },
  138. "VariableName": "DistanceMax",
  139. "InitialValueSource": 1
  140. },
  141. {
  142. "Datum": {
  143. "scriptCanvasType": {
  144. "m_type": 3
  145. },
  146. "isNullPointer": false,
  147. "$type": "double",
  148. "value": 72.0
  149. },
  150. "VariableId": {
  151. "m_id": "{C5CA9372-D8C8-4083-A85F-56A683069AF6}"
  152. },
  153. "VariableName": "VerticalAngleMax",
  154. "InitialValueSource": 1
  155. }
  156. ],
  157. "overrides": [
  158. {
  159. "Datum": {
  160. "scriptCanvasType": {
  161. "m_type": 3
  162. },
  163. "isNullPointer": false,
  164. "$type": "double",
  165. "value": 3.0
  166. },
  167. "InputControlVisibility": {
  168. "Value": 850104567
  169. },
  170. "VariableId": {
  171. "m_id": "{2A31B101-C91E-4979-B4CD-AD0707A585DD}"
  172. },
  173. "VariableName": "DistanceAim",
  174. "InitialValueSource": 1
  175. },
  176. {
  177. "Datum": {
  178. "scriptCanvasType": {
  179. "m_type": 1
  180. },
  181. "isNullPointer": false,
  182. "$type": "EntityId",
  183. "value": "Entity_[98883136772698]"
  184. },
  185. "InputControlVisibility": {
  186. "Value": 850104567
  187. },
  188. "VariableId": {
  189. "m_id": "{3DFF05B0-38B4-4BA7-905F-D1F7B20763B7}"
  190. },
  191. "VariableName": "Target",
  192. "InitialValueSource": 1
  193. },
  194. {
  195. "Datum": {
  196. "scriptCanvasType": {
  197. "m_type": 3
  198. },
  199. "isNullPointer": false,
  200. "$type": "double",
  201. "value": 0.0
  202. },
  203. "InputControlVisibility": {
  204. "Value": 850104567
  205. },
  206. "VariableId": {
  207. "m_id": "{97C04B67-FD7F-4B4C-A641-5262AAF2287E}"
  208. },
  209. "VariableName": "VerticalAngleMin",
  210. "InitialValueSource": 1
  211. },
  212. {
  213. "Datum": {
  214. "scriptCanvasType": {
  215. "m_type": 3
  216. },
  217. "isNullPointer": false,
  218. "$type": "double",
  219. "value": 8.0
  220. },
  221. "InputControlVisibility": {
  222. "Value": 850104567
  223. },
  224. "VariableId": {
  225. "m_id": "{B75A2761-932A-4D9E-869D-2A6EF058C360}"
  226. },
  227. "VariableName": "DistanceMax",
  228. "InitialValueSource": 1
  229. },
  230. {
  231. "Datum": {
  232. "scriptCanvasType": {
  233. "m_type": 3
  234. },
  235. "isNullPointer": false,
  236. "$type": "double",
  237. "value": 64.0
  238. },
  239. "InputControlVisibility": {
  240. "Value": 850104567
  241. },
  242. "VariableId": {
  243. "m_id": "{C5CA9372-D8C8-4083-A85F-56A683069AF6}"
  244. },
  245. "VariableName": "VerticalAngleMax",
  246. "InitialValueSource": 1
  247. }
  248. ]
  249. }
  250. }
  251. },
  252. "Component_[15771604178608004975]": {
  253. "$type": "EditorDisabledCompositionComponent",
  254. "Id": 15771604178608004975
  255. },
  256. "Component_[16264285602006827879]": {
  257. "$type": "EditorLockComponent",
  258. "Id": 16264285602006827879
  259. },
  260. "Component_[4923638080927394043]": {
  261. "$type": "EditorInspectorComponent",
  262. "Id": 4923638080927394043,
  263. "ComponentOrderEntryArray": [
  264. {
  265. "ComponentId": 7007042584455882295
  266. },
  267. {
  268. "ComponentId": 10944807801793374708,
  269. "SortIndex": 1
  270. },
  271. {
  272. "ComponentId": 5512887317695074147,
  273. "SortIndex": 2
  274. },
  275. {
  276. "ComponentId": 14812235333318689482,
  277. "SortIndex": 3
  278. },
  279. {
  280. "ComponentId": 6810574768546128760,
  281. "SortIndex": 4
  282. }
  283. ]
  284. },
  285. "Component_[5512887317695074147]": {
  286. "$type": "EditorLookAtComponent",
  287. "Id": 5512887317695074147,
  288. "Target": "Entity_[98883136772698]",
  289. "ForwardAxis": 2
  290. },
  291. "Component_[5659787573458823511]": {
  292. "$type": "EditorPendingCompositionComponent",
  293. "Id": 5659787573458823511
  294. },
  295. "Component_[6810574768546128760]": {
  296. "$type": "{CA11DA46-29FF-4083-B5F6-E02C3A8C3A3D} EditorCameraComponent",
  297. "Id": 6810574768546128760,
  298. "Controller": {
  299. "Configuration": {
  300. "Field of View": 55.0,
  301. "Near Clip Plane Distance": 0.10000000149011612,
  302. "EditorEntityId": 781157787297204198
  303. }
  304. }
  305. },
  306. "Component_[7007042584455882295]": {
  307. "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
  308. "Id": 7007042584455882295,
  309. "Parent Entity": "ContainerEntity",
  310. "Transform Data": {
  311. "Translate": [
  312. -0.0000095367431640625,
  313. -10.0,
  314. 5.0
  315. ],
  316. "Rotate": [
  317. -26.565092086791992,
  318. 0.000008862446520652156,
  319. -0.000018961633031722158
  320. ]
  321. }
  322. },
  323. "Component_[8697136992910982598]": {
  324. "$type": "EditorEntitySortComponent",
  325. "Id": 8697136992910982598
  326. },
  327. "Component_[8835120152633072608]": {
  328. "$type": "EditorVisibilityComponent",
  329. "Id": 8835120152633072608
  330. }
  331. }
  332. },
  333. "Entity_[98883136772698]": {
  334. "Id": "Entity_[98883136772698]",
  335. "Name": "CameraTarget",
  336. "Components": {
  337. "Component_[1030394753143381750]": {
  338. "$type": "EditorEntitySortComponent",
  339. "Id": 1030394753143381750
  340. },
  341. "Component_[10900849179601852959]": {
  342. "$type": "EditorInspectorComponent",
  343. "Id": 10900849179601852959
  344. },
  345. "Component_[12535565499572786397]": {
  346. "$type": "EditorPendingCompositionComponent",
  347. "Id": 12535565499572786397
  348. },
  349. "Component_[13319965525891827000]": {
  350. "$type": "EditorOnlyEntityComponent",
  351. "Id": 13319965525891827000
  352. },
  353. "Component_[13544516655412259157]": {
  354. "$type": "EditorVisibilityComponent",
  355. "Id": 13544516655412259157
  356. },
  357. "Component_[2845296624373196301]": {
  358. "$type": "EditorScriptCanvasComponent",
  359. "Id": 2845296624373196301,
  360. "configuration": {
  361. "sourceHandle": {
  362. "id": "{E1875987-FED2-5A3E-AB9B-42DD2C19F966}",
  363. "path": "scriptcanvas/CameraTarget.scriptcanvas"
  364. },
  365. "sourceName": "CameraTarget.scriptcanvas",
  366. "propertyOverrides": {
  367. "source": {
  368. "id": "{E1875987-FED2-5A3E-AB9B-42DD2C19F966}",
  369. "path": "scriptcanvas/CameraTarget.scriptcanvas"
  370. },
  371. "variables": [
  372. {
  373. "Datum": {
  374. "scriptCanvasType": {
  375. "m_type": 8
  376. },
  377. "isNullPointer": false,
  378. "$type": "Vector3",
  379. "value": [
  380. 0.0,
  381. 0.0,
  382. 1.5
  383. ]
  384. },
  385. "VariableId": {
  386. "m_id": "{4BC92C70-1A8F-41AA-8A6E-7E8F27446458}"
  387. },
  388. "VariableName": "WalkingOffset",
  389. "InitialValueSource": 1
  390. },
  391. {
  392. "Datum": {
  393. "scriptCanvasType": {
  394. "m_type": 8
  395. },
  396. "isNullPointer": false,
  397. "$type": "Vector3",
  398. "value": [
  399. 0.0,
  400. 0.5,
  401. 1.5
  402. ]
  403. },
  404. "VariableId": {
  405. "m_id": "{ABD7B6F8-0484-48C2-98BA-E6F08ED52650}"
  406. },
  407. "VariableName": "AimingOffset",
  408. "InitialValueSource": 1
  409. }
  410. ],
  411. "overrides": [
  412. {
  413. "Datum": {
  414. "scriptCanvasType": {
  415. "m_type": 8
  416. },
  417. "isNullPointer": false,
  418. "$type": "Vector3",
  419. "value": [
  420. 0.0,
  421. 0.0,
  422. 2.5
  423. ]
  424. },
  425. "InputControlVisibility": {
  426. "Value": 850104567
  427. },
  428. "VariableId": {
  429. "m_id": "{4BC92C70-1A8F-41AA-8A6E-7E8F27446458}"
  430. },
  431. "VariableName": "WalkingOffset",
  432. "InitialValueSource": 1
  433. },
  434. {
  435. "Datum": {
  436. "scriptCanvasType": {
  437. "m_type": 8
  438. },
  439. "isNullPointer": false,
  440. "$type": "Vector3",
  441. "value": [
  442. 1.0,
  443. 0.0,
  444. 1.5
  445. ]
  446. },
  447. "InputControlVisibility": {
  448. "Value": 850104567
  449. },
  450. "VariableId": {
  451. "m_id": "{ABD7B6F8-0484-48C2-98BA-E6F08ED52650}"
  452. },
  453. "VariableName": "AimingOffset",
  454. "InitialValueSource": 1
  455. }
  456. ]
  457. }
  458. }
  459. },
  460. "Component_[4484507933606502277]": {
  461. "$type": "EditorLockComponent",
  462. "Id": 4484507933606502277
  463. },
  464. "Component_[5465107887555238505]": {
  465. "$type": "EditorDisabledCompositionComponent",
  466. "Id": 5465107887555238505
  467. },
  468. "Component_[6386071807391426500]": {
  469. "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
  470. "Id": 6386071807391426500,
  471. "Parent Entity": "ContainerEntity"
  472. },
  473. "Component_[9228119225495028173]": {
  474. "$type": "EditorEntityIconComponent",
  475. "Id": 9228119225495028173
  476. }
  477. }
  478. }
  479. }
  480. }