Tire_Rotate.scriptcanvas 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "ScriptCanvasData",
  5. "ClassData": {
  6. "m_scriptCanvas": {
  7. "Id": {
  8. "id": 5272509314294
  9. },
  10. "Name": "Script Canvas Graph",
  11. "Components": {
  12. "Component_[3214311248854198570]": {
  13. "$type": "EditorGraph",
  14. "Id": 3214311248854198570,
  15. "m_graphData": {
  16. "m_nodes": [
  17. {
  18. "Id": {
  19. "id": 5293984150774
  20. },
  21. "Name": "SC-Node(OperatorMul)",
  22. "Components": {
  23. "Component_[10971026869362815455]": {
  24. "$type": "OperatorMul",
  25. "Id": 10971026869362815455,
  26. "Slots": [
  27. {
  28. "id": {
  29. "m_id": "{963BC512-390A-4209-89C9-45980E3C591C}"
  30. },
  31. "contracts": [
  32. {
  33. "$type": "SlotTypeContract"
  34. }
  35. ],
  36. "slotName": "In",
  37. "Descriptor": {
  38. "ConnectionType": 1,
  39. "SlotType": 1
  40. }
  41. },
  42. {
  43. "id": {
  44. "m_id": "{5DA272FC-3D90-49C8-A78B-801ED09F1F05}"
  45. },
  46. "contracts": [
  47. {
  48. "$type": "SlotTypeContract"
  49. }
  50. ],
  51. "slotName": "Out",
  52. "Descriptor": {
  53. "ConnectionType": 2,
  54. "SlotType": 1
  55. }
  56. },
  57. {
  58. "id": {
  59. "m_id": "{F200C1C2-B615-4E8A-838A-00883DFD3F5A}"
  60. },
  61. "DynamicTypeOverride": 3,
  62. "contracts": [
  63. {
  64. "$type": "SlotTypeContract"
  65. },
  66. {
  67. "$type": "MathOperatorContract",
  68. "OperatorType": "Multiply",
  69. "NativeTypes": [
  70. {
  71. "m_type": 3
  72. },
  73. {
  74. "m_type": 6
  75. },
  76. {
  77. "m_type": 7
  78. },
  79. {
  80. "m_type": 14
  81. },
  82. {
  83. "m_type": 15
  84. }
  85. ]
  86. }
  87. ],
  88. "slotName": "Number 0",
  89. "toolTip": "An operand to use in performing the specified Operation",
  90. "DisplayDataType": {
  91. "m_type": 3
  92. },
  93. "DisplayGroup": {
  94. "Value": 1114760223
  95. },
  96. "Descriptor": {
  97. "ConnectionType": 1,
  98. "SlotType": 2
  99. },
  100. "DynamicGroup": {
  101. "Value": 1114760223
  102. },
  103. "DataType": 1
  104. },
  105. {
  106. "id": {
  107. "m_id": "{14C99175-372F-4D63-8A46-03C7016EB7C3}"
  108. },
  109. "DynamicTypeOverride": 3,
  110. "contracts": [
  111. {
  112. "$type": "SlotTypeContract"
  113. },
  114. {
  115. "$type": "MathOperatorContract",
  116. "OperatorType": "Multiply",
  117. "NativeTypes": [
  118. {
  119. "m_type": 3
  120. },
  121. {
  122. "m_type": 6
  123. },
  124. {
  125. "m_type": 7
  126. },
  127. {
  128. "m_type": 14
  129. },
  130. {
  131. "m_type": 15
  132. }
  133. ]
  134. }
  135. ],
  136. "slotName": "Number 1",
  137. "toolTip": "An operand to use in performing the specified Operation",
  138. "DisplayDataType": {
  139. "m_type": 3
  140. },
  141. "DisplayGroup": {
  142. "Value": 1114760223
  143. },
  144. "Descriptor": {
  145. "ConnectionType": 1,
  146. "SlotType": 2
  147. },
  148. "DynamicGroup": {
  149. "Value": 1114760223
  150. },
  151. "DataType": 1
  152. },
  153. {
  154. "id": {
  155. "m_id": "{89E9677A-F77F-4BC7-819A-12FF72327685}"
  156. },
  157. "DynamicTypeOverride": 3,
  158. "contracts": [
  159. {
  160. "$type": "SlotTypeContract"
  161. },
  162. {
  163. "$type": "MathOperatorContract",
  164. "OperatorType": "Multiply",
  165. "NativeTypes": [
  166. {
  167. "m_type": 3
  168. },
  169. {
  170. "m_type": 6
  171. },
  172. {
  173. "m_type": 7
  174. },
  175. {
  176. "m_type": 14
  177. },
  178. {
  179. "m_type": 15
  180. }
  181. ]
  182. }
  183. ],
  184. "slotName": "Result",
  185. "toolTip": "The result of the specified operation",
  186. "DisplayDataType": {
  187. "m_type": 3
  188. },
  189. "DisplayGroup": {
  190. "Value": 1114760223
  191. },
  192. "Descriptor": {
  193. "ConnectionType": 2,
  194. "SlotType": 2
  195. },
  196. "DynamicGroup": {
  197. "Value": 1114760223
  198. },
  199. "DataType": 1
  200. }
  201. ],
  202. "Datums": [
  203. {
  204. "scriptCanvasType": {
  205. "m_type": 3
  206. },
  207. "isNullPointer": false,
  208. "$type": "double",
  209. "value": 1.0,
  210. "label": "Number 0"
  211. },
  212. {
  213. "scriptCanvasType": {
  214. "m_type": 3
  215. },
  216. "isNullPointer": false,
  217. "$type": "double",
  218. "value": 1.0,
  219. "label": "Number 1"
  220. }
  221. ]
  222. }
  223. }
  224. },
  225. {
  226. "Id": {
  227. "id": 5289689183478
  228. },
  229. "Name": "SC-Node(RotateAroundLocalY)",
  230. "Components": {
  231. "Component_[17173668510355372718]": {
  232. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  233. "Id": 17173668510355372718,
  234. "Slots": [
  235. {
  236. "id": {
  237. "m_id": "{98CDB170-497E-4C5E-AE60-E4E98C3BA1F3}"
  238. },
  239. "contracts": [
  240. {
  241. "$type": "SlotTypeContract"
  242. }
  243. ],
  244. "slotName": "EntityId: 0",
  245. "Descriptor": {
  246. "ConnectionType": 1,
  247. "SlotType": 2
  248. },
  249. "DataType": 1
  250. },
  251. {
  252. "id": {
  253. "m_id": "{6F963877-2902-4773-88B3-E38189AB46D0}"
  254. },
  255. "contracts": [
  256. {
  257. "$type": "SlotTypeContract"
  258. }
  259. ],
  260. "slotName": "Number: 1",
  261. "Descriptor": {
  262. "ConnectionType": 1,
  263. "SlotType": 2
  264. },
  265. "DataType": 1
  266. },
  267. {
  268. "id": {
  269. "m_id": "{98526166-E7FB-469C-B4E1-310BA416F4B4}"
  270. },
  271. "contracts": [
  272. {
  273. "$type": "SlotTypeContract"
  274. }
  275. ],
  276. "slotName": "In",
  277. "Descriptor": {
  278. "ConnectionType": 1,
  279. "SlotType": 1
  280. }
  281. },
  282. {
  283. "id": {
  284. "m_id": "{943301CB-4BF6-4DDD-992D-D93BF22B81A1}"
  285. },
  286. "contracts": [
  287. {
  288. "$type": "SlotTypeContract"
  289. }
  290. ],
  291. "slotName": "Out",
  292. "Descriptor": {
  293. "ConnectionType": 2,
  294. "SlotType": 1
  295. }
  296. }
  297. ],
  298. "Datums": [
  299. {
  300. "scriptCanvasType": {
  301. "m_type": 1
  302. },
  303. "isNullPointer": false,
  304. "$type": "EntityId",
  305. "value": {
  306. "id": 2901262558
  307. },
  308. "label": "Source"
  309. },
  310. {
  311. "scriptCanvasType": {
  312. "m_type": 3
  313. },
  314. "isNullPointer": false,
  315. "$type": "double",
  316. "value": 0.0,
  317. "label": "Euler Angle (Radians)"
  318. }
  319. ],
  320. "methodType": 0,
  321. "methodName": "RotateAroundLocalY",
  322. "className": "TransformBus",
  323. "resultSlotIDs": [
  324. {}
  325. ],
  326. "inputSlots": [
  327. {
  328. "m_id": "{98CDB170-497E-4C5E-AE60-E4E98C3BA1F3}"
  329. },
  330. {
  331. "m_id": "{6F963877-2902-4773-88B3-E38189AB46D0}"
  332. }
  333. ],
  334. "prettyClassName": "TransformBus"
  335. }
  336. }
  337. },
  338. {
  339. "Id": {
  340. "id": 5281099248886
  341. },
  342. "Name": "EBusEventHandler",
  343. "Components": {
  344. "Component_[3461390498871053887]": {
  345. "$type": "EBusEventHandler",
  346. "Id": 3461390498871053887,
  347. "Slots": [
  348. {
  349. "id": {
  350. "m_id": "{7BF8C981-9607-4E07-A67E-D74682214D0B}"
  351. },
  352. "contracts": [
  353. {
  354. "$type": "SlotTypeContract"
  355. }
  356. ],
  357. "slotName": "Connect",
  358. "toolTip": "Connect this event handler to the specified entity.",
  359. "Descriptor": {
  360. "ConnectionType": 1,
  361. "SlotType": 1
  362. }
  363. },
  364. {
  365. "id": {
  366. "m_id": "{29CC6E2C-A038-40E0-BC91-7DF6D5127B5F}"
  367. },
  368. "contracts": [
  369. {
  370. "$type": "SlotTypeContract"
  371. }
  372. ],
  373. "slotName": "Disconnect",
  374. "toolTip": "Disconnect this event handler.",
  375. "Descriptor": {
  376. "ConnectionType": 1,
  377. "SlotType": 1
  378. }
  379. },
  380. {
  381. "id": {
  382. "m_id": "{0ED68F1C-0F2A-495F-9D28-9C5831867CED}"
  383. },
  384. "contracts": [
  385. {
  386. "$type": "SlotTypeContract"
  387. }
  388. ],
  389. "slotName": "OnConnected",
  390. "toolTip": "Signaled when a connection has taken place.",
  391. "Descriptor": {
  392. "ConnectionType": 2,
  393. "SlotType": 1
  394. }
  395. },
  396. {
  397. "id": {
  398. "m_id": "{4FA4F301-84C4-4404-9435-CC3F5B6DED16}"
  399. },
  400. "contracts": [
  401. {
  402. "$type": "SlotTypeContract"
  403. }
  404. ],
  405. "slotName": "OnDisconnected",
  406. "toolTip": "Signaled when this event handler is disconnected.",
  407. "Descriptor": {
  408. "ConnectionType": 2,
  409. "SlotType": 1
  410. }
  411. },
  412. {
  413. "id": {
  414. "m_id": "{AEA178FC-BE66-4FDF-B728-CA728C00726D}"
  415. },
  416. "contracts": [
  417. {
  418. "$type": "SlotTypeContract"
  419. }
  420. ],
  421. "slotName": "OnFailure",
  422. "toolTip": "Signaled when it is not possible to connect this handler.",
  423. "Descriptor": {
  424. "ConnectionType": 2,
  425. "SlotType": 1
  426. }
  427. },
  428. {
  429. "id": {
  430. "m_id": "{EB80CCE6-4723-4F1B-BCDB-5AC7DD41C780}"
  431. },
  432. "contracts": [
  433. {
  434. "$type": "SlotTypeContract"
  435. }
  436. ],
  437. "slotName": "Number",
  438. "DisplayDataType": {
  439. "m_type": 3
  440. },
  441. "Descriptor": {
  442. "ConnectionType": 2,
  443. "SlotType": 2
  444. },
  445. "DataType": 1
  446. },
  447. {
  448. "id": {
  449. "m_id": "{651475AB-CC12-4E4A-8B6C-E82AED424E41}"
  450. },
  451. "contracts": [
  452. {
  453. "$type": "SlotTypeContract"
  454. }
  455. ],
  456. "slotName": "ScriptTimePoint",
  457. "DisplayDataType": {
  458. "m_type": 4,
  459. "m_azType": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}"
  460. },
  461. "Descriptor": {
  462. "ConnectionType": 2,
  463. "SlotType": 2
  464. },
  465. "DataType": 1
  466. },
  467. {
  468. "id": {
  469. "m_id": "{C54DB665-F44F-46BC-8205-1D6576B20666}"
  470. },
  471. "contracts": [
  472. {
  473. "$type": "SlotTypeContract"
  474. }
  475. ],
  476. "slotName": "ExecutionSlot:OnTick",
  477. "Descriptor": {
  478. "ConnectionType": 2,
  479. "SlotType": 1
  480. },
  481. "IsLatent": true
  482. },
  483. {
  484. "id": {
  485. "m_id": "{388C9F7C-5994-451A-B3D0-33B4D3927636}"
  486. },
  487. "contracts": [
  488. {
  489. "$type": "SlotTypeContract"
  490. }
  491. ],
  492. "slotName": "Number",
  493. "Descriptor": {
  494. "ConnectionType": 1,
  495. "SlotType": 2
  496. },
  497. "DataType": 1
  498. },
  499. {
  500. "id": {
  501. "m_id": "{C04268E5-D046-48BB-813D-EB40B0756B19}"
  502. },
  503. "contracts": [
  504. {
  505. "$type": "SlotTypeContract"
  506. }
  507. ],
  508. "slotName": "ExecutionSlot:GetTickOrder",
  509. "Descriptor": {
  510. "ConnectionType": 2,
  511. "SlotType": 1
  512. },
  513. "IsLatent": true
  514. }
  515. ],
  516. "Datums": [
  517. {
  518. "scriptCanvasType": {
  519. "m_type": 3
  520. },
  521. "isNullPointer": false,
  522. "$type": "double",
  523. "value": 0.0,
  524. "label": "Number"
  525. }
  526. ],
  527. "m_eventMap": [
  528. {
  529. "Key": {
  530. "Value": 1502188240
  531. },
  532. "Value": {
  533. "m_eventName": "OnTick",
  534. "m_eventId": {
  535. "Value": 1502188240
  536. },
  537. "m_eventSlotId": {
  538. "m_id": "{C54DB665-F44F-46BC-8205-1D6576B20666}"
  539. },
  540. "m_parameterSlotIds": [
  541. {
  542. "m_id": "{EB80CCE6-4723-4F1B-BCDB-5AC7DD41C780}"
  543. },
  544. {
  545. "m_id": "{651475AB-CC12-4E4A-8B6C-E82AED424E41}"
  546. }
  547. ],
  548. "m_numExpectedArguments": 2
  549. }
  550. },
  551. {
  552. "Key": {
  553. "Value": 1890826333
  554. },
  555. "Value": {
  556. "m_eventName": "GetTickOrder",
  557. "m_eventId": {
  558. "Value": 1890826333
  559. },
  560. "m_eventSlotId": {
  561. "m_id": "{C04268E5-D046-48BB-813D-EB40B0756B19}"
  562. },
  563. "m_resultSlotId": {
  564. "m_id": "{388C9F7C-5994-451A-B3D0-33B4D3927636}"
  565. }
  566. }
  567. }
  568. ],
  569. "m_ebusName": "TickBus",
  570. "m_busId": {
  571. "Value": 1209186864
  572. },
  573. "m_autoConnectToGraphOwner": false
  574. }
  575. }
  576. },
  577. {
  578. "Id": {
  579. "id": 5285394216182
  580. },
  581. "Name": "SC Node(GetVariable)",
  582. "Components": {
  583. "Component_[6033856101715855095]": {
  584. "$type": "GetVariableNode",
  585. "Id": 6033856101715855095,
  586. "Slots": [
  587. {
  588. "id": {
  589. "m_id": "{F23E756A-B3C9-4AD4-ABEA-0C8020E6E2C9}"
  590. },
  591. "contracts": [
  592. {
  593. "$type": "SlotTypeContract"
  594. }
  595. ],
  596. "slotName": "In",
  597. "toolTip": "When signaled sends the property referenced by this node to a Data Output slot",
  598. "Descriptor": {
  599. "ConnectionType": 1,
  600. "SlotType": 1
  601. }
  602. },
  603. {
  604. "id": {
  605. "m_id": "{9AF24A23-E08E-4842-9964-42C3100A4600}"
  606. },
  607. "contracts": [
  608. {
  609. "$type": "SlotTypeContract"
  610. }
  611. ],
  612. "slotName": "Out",
  613. "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
  614. "Descriptor": {
  615. "ConnectionType": 2,
  616. "SlotType": 1
  617. }
  618. },
  619. {
  620. "id": {
  621. "m_id": "{36BDA002-0B62-4721-94FF-EDB209F9B2BF}"
  622. },
  623. "contracts": [
  624. {
  625. "$type": "SlotTypeContract"
  626. }
  627. ],
  628. "slotName": "Number",
  629. "DisplayDataType": {
  630. "m_type": 3
  631. },
  632. "Descriptor": {
  633. "ConnectionType": 2,
  634. "SlotType": 2
  635. },
  636. "DataType": 1
  637. }
  638. ],
  639. "m_variableId": {
  640. "m_id": "{DCD42736-5E9A-4E7F-925F-151B2004F09E}"
  641. },
  642. "m_variableDataOutSlotId": {
  643. "m_id": "{36BDA002-0B62-4721-94FF-EDB209F9B2BF}"
  644. }
  645. }
  646. }
  647. },
  648. {
  649. "Id": {
  650. "id": 5276804281590
  651. },
  652. "Name": "SC-Node(Start)",
  653. "Components": {
  654. "Component_[8383767625437023754]": {
  655. "$type": "Start",
  656. "Id": 8383767625437023754,
  657. "Slots": [
  658. {
  659. "id": {
  660. "m_id": "{1BAAEEC2-7BC8-4F2B-8E6C-2295A401B058}"
  661. },
  662. "contracts": [
  663. {
  664. "$type": "SlotTypeContract"
  665. }
  666. ],
  667. "slotName": "Out",
  668. "toolTip": "Signaled when the entity that owns this graph is fully activated.",
  669. "Descriptor": {
  670. "ConnectionType": 2,
  671. "SlotType": 1
  672. }
  673. }
  674. ]
  675. }
  676. }
  677. }
  678. ],
  679. "m_connections": [
  680. {
  681. "Id": {
  682. "id": 5298279118070
  683. },
  684. "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(TickBus Handler: Connect)",
  685. "Components": {
  686. "Component_[10043370248371046163]": {
  687. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  688. "Id": 10043370248371046163,
  689. "sourceEndpoint": {
  690. "nodeId": {
  691. "id": 5276804281590
  692. },
  693. "slotId": {
  694. "m_id": "{1BAAEEC2-7BC8-4F2B-8E6C-2295A401B058}"
  695. }
  696. },
  697. "targetEndpoint": {
  698. "nodeId": {
  699. "id": 5281099248886
  700. },
  701. "slotId": {
  702. "m_id": "{7BF8C981-9607-4E07-A67E-D74682214D0B}"
  703. }
  704. }
  705. }
  706. }
  707. },
  708. {
  709. "Id": {
  710. "id": 5302574085366
  711. },
  712. "Name": "srcEndpoint=(TickBus Handler: ExecutionSlot:OnTick), destEndpoint=(Get Variable: In)",
  713. "Components": {
  714. "Component_[7245925690591158199]": {
  715. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  716. "Id": 7245925690591158199,
  717. "sourceEndpoint": {
  718. "nodeId": {
  719. "id": 5281099248886
  720. },
  721. "slotId": {
  722. "m_id": "{C54DB665-F44F-46BC-8205-1D6576B20666}"
  723. }
  724. },
  725. "targetEndpoint": {
  726. "nodeId": {
  727. "id": 5285394216182
  728. },
  729. "slotId": {
  730. "m_id": "{F23E756A-B3C9-4AD4-ABEA-0C8020E6E2C9}"
  731. }
  732. }
  733. }
  734. }
  735. },
  736. {
  737. "Id": {
  738. "id": 5306869052662
  739. },
  740. "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Multiply (*): In)",
  741. "Components": {
  742. "Component_[18084058163517841762]": {
  743. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  744. "Id": 18084058163517841762,
  745. "sourceEndpoint": {
  746. "nodeId": {
  747. "id": 5285394216182
  748. },
  749. "slotId": {
  750. "m_id": "{9AF24A23-E08E-4842-9964-42C3100A4600}"
  751. }
  752. },
  753. "targetEndpoint": {
  754. "nodeId": {
  755. "id": 5293984150774
  756. },
  757. "slotId": {
  758. "m_id": "{963BC512-390A-4209-89C9-45980E3C591C}"
  759. }
  760. }
  761. }
  762. }
  763. },
  764. {
  765. "Id": {
  766. "id": 5311164019958
  767. },
  768. "Name": "srcEndpoint=(Multiply (*): Out), destEndpoint=(RotateAroundLocalY: In)",
  769. "Components": {
  770. "Component_[12014988561101030976]": {
  771. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  772. "Id": 12014988561101030976,
  773. "sourceEndpoint": {
  774. "nodeId": {
  775. "id": 5293984150774
  776. },
  777. "slotId": {
  778. "m_id": "{5DA272FC-3D90-49C8-A78B-801ED09F1F05}"
  779. }
  780. },
  781. "targetEndpoint": {
  782. "nodeId": {
  783. "id": 5289689183478
  784. },
  785. "slotId": {
  786. "m_id": "{98526166-E7FB-469C-B4E1-310BA416F4B4}"
  787. }
  788. }
  789. }
  790. }
  791. },
  792. {
  793. "Id": {
  794. "id": 5315458987254
  795. },
  796. "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Multiply (*): Value 0)",
  797. "Components": {
  798. "Component_[14797779129229795226]": {
  799. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  800. "Id": 14797779129229795226,
  801. "sourceEndpoint": {
  802. "nodeId": {
  803. "id": 5285394216182
  804. },
  805. "slotId": {
  806. "m_id": "{36BDA002-0B62-4721-94FF-EDB209F9B2BF}"
  807. }
  808. },
  809. "targetEndpoint": {
  810. "nodeId": {
  811. "id": 5293984150774
  812. },
  813. "slotId": {
  814. "m_id": "{F200C1C2-B615-4E8A-838A-00883DFD3F5A}"
  815. }
  816. }
  817. }
  818. }
  819. },
  820. {
  821. "Id": {
  822. "id": 5319753954550
  823. },
  824. "Name": "srcEndpoint=(TickBus Handler: Number), destEndpoint=(Multiply (*): Number 1)",
  825. "Components": {
  826. "Component_[3236685348686994462]": {
  827. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  828. "Id": 3236685348686994462,
  829. "sourceEndpoint": {
  830. "nodeId": {
  831. "id": 5281099248886
  832. },
  833. "slotId": {
  834. "m_id": "{EB80CCE6-4723-4F1B-BCDB-5AC7DD41C780}"
  835. }
  836. },
  837. "targetEndpoint": {
  838. "nodeId": {
  839. "id": 5293984150774
  840. },
  841. "slotId": {
  842. "m_id": "{14C99175-372F-4D63-8A46-03C7016EB7C3}"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. {
  849. "Id": {
  850. "id": 5324048921846
  851. },
  852. "Name": "srcEndpoint=(Multiply (*): Result), destEndpoint=(RotateAroundLocalY: Number: 1)",
  853. "Components": {
  854. "Component_[10189522664251823354]": {
  855. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  856. "Id": 10189522664251823354,
  857. "sourceEndpoint": {
  858. "nodeId": {
  859. "id": 5293984150774
  860. },
  861. "slotId": {
  862. "m_id": "{89E9677A-F77F-4BC7-819A-12FF72327685}"
  863. }
  864. },
  865. "targetEndpoint": {
  866. "nodeId": {
  867. "id": 5289689183478
  868. },
  869. "slotId": {
  870. "m_id": "{6F963877-2902-4773-88B3-E38189AB46D0}"
  871. }
  872. }
  873. }
  874. }
  875. }
  876. ]
  877. },
  878. "m_assetType": "{60A9E7A0-5801-0000-80B6-04A158010000}",
  879. "versionData": {
  880. "_grammarVersion": 1,
  881. "_runtimeVersion": 1,
  882. "_fileVersion": 1
  883. },
  884. "m_variableCounter": 1,
  885. "GraphCanvasData": [
  886. {
  887. "Key": {
  888. "id": 5272509314294
  889. },
  890. "Value": {
  891. "ComponentData": {
  892. "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
  893. "$type": "SceneComponentSaveData",
  894. "ViewParams": {
  895. "Scale": 0.9129921937890622,
  896. "AnchorX": -130.3406524658203,
  897. "AnchorY": -203.72572326660156
  898. }
  899. }
  900. }
  901. }
  902. },
  903. {
  904. "Key": {
  905. "id": 5276804281590
  906. },
  907. "Value": {
  908. "ComponentData": {
  909. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  910. "$type": "NodeSaveData"
  911. },
  912. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  913. "$type": "GeneralNodeTitleComponentSaveData",
  914. "PaletteOverride": "TimeNodeTitlePalette"
  915. },
  916. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  917. "$type": "GeometrySaveData",
  918. "Position": [
  919. 320.0,
  920. 240.0
  921. ]
  922. },
  923. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  924. "$type": "StylingComponentSaveData"
  925. },
  926. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  927. "$type": "PersistentIdComponentSaveData",
  928. "PersistentId": "{37D8A55C-181E-4DA7-B472-BE9224F5C4D9}"
  929. }
  930. }
  931. }
  932. },
  933. {
  934. "Key": {
  935. "id": 5281099248886
  936. },
  937. "Value": {
  938. "ComponentData": {
  939. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  940. "$type": "NodeSaveData"
  941. },
  942. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  943. "$type": "GeometrySaveData",
  944. "Position": [
  945. 520.0,
  946. 260.0
  947. ]
  948. },
  949. "{9E81C95F-89C0-4476-8E82-63CCC4E52E04}": {
  950. "$type": "EBusHandlerNodeDescriptorSaveData",
  951. "EventIds": [
  952. {
  953. "Value": 1502188240
  954. }
  955. ]
  956. },
  957. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  958. "$type": "StylingComponentSaveData"
  959. },
  960. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  961. "$type": "PersistentIdComponentSaveData",
  962. "PersistentId": "{EE7A3F47-4E2C-4F1F-8B2F-228258DE634A}"
  963. }
  964. }
  965. }
  966. },
  967. {
  968. "Key": {
  969. "id": 5285394216182
  970. },
  971. "Value": {
  972. "ComponentData": {
  973. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  974. "$type": "NodeSaveData"
  975. },
  976. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  977. "$type": "GeneralNodeTitleComponentSaveData",
  978. "PaletteOverride": "GetVariableNodeTitlePalette"
  979. },
  980. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  981. "$type": "GeometrySaveData",
  982. "Position": [
  983. 860.0,
  984. 280.0
  985. ]
  986. },
  987. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  988. "$type": "StylingComponentSaveData",
  989. "SubStyle": ".getVariable"
  990. },
  991. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  992. "$type": "PersistentIdComponentSaveData",
  993. "PersistentId": "{5D2E1A96-3B20-4EF0-A5F0-1AF95AE1CFD7}"
  994. }
  995. }
  996. }
  997. },
  998. {
  999. "Key": {
  1000. "id": 5289689183478
  1001. },
  1002. "Value": {
  1003. "ComponentData": {
  1004. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1005. "$type": "NodeSaveData"
  1006. },
  1007. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1008. "$type": "GeneralNodeTitleComponentSaveData",
  1009. "PaletteOverride": "MethodNodeTitlePalette"
  1010. },
  1011. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1012. "$type": "GeometrySaveData",
  1013. "Position": [
  1014. 1540.0,
  1015. 280.0
  1016. ]
  1017. },
  1018. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1019. "$type": "StylingComponentSaveData",
  1020. "SubStyle": ".method"
  1021. },
  1022. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1023. "$type": "PersistentIdComponentSaveData",
  1024. "PersistentId": "{D680711B-407C-4E65-9923-1AF2C1F22BA7}"
  1025. }
  1026. }
  1027. }
  1028. },
  1029. {
  1030. "Key": {
  1031. "id": 5293984150774
  1032. },
  1033. "Value": {
  1034. "ComponentData": {
  1035. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1036. "$type": "NodeSaveData"
  1037. },
  1038. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1039. "$type": "GeneralNodeTitleComponentSaveData",
  1040. "PaletteOverride": "MathNodeTitlePalette"
  1041. },
  1042. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1043. "$type": "GeometrySaveData",
  1044. "Position": [
  1045. 1200.0,
  1046. 280.0
  1047. ]
  1048. },
  1049. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1050. "$type": "StylingComponentSaveData"
  1051. },
  1052. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1053. "$type": "PersistentIdComponentSaveData",
  1054. "PersistentId": "{0A2AD693-42C8-4A6D-BED2-CD3C345CCF1C}"
  1055. }
  1056. }
  1057. }
  1058. }
  1059. ],
  1060. "StatisticsHelper": {
  1061. "InstanceCounter": [
  1062. {
  1063. "Key": 3186362345566837272,
  1064. "Value": 1
  1065. },
  1066. {
  1067. "Key": 4199610336680704683,
  1068. "Value": 1
  1069. },
  1070. {
  1071. "Key": 5842117451819972883,
  1072. "Value": 1
  1073. },
  1074. {
  1075. "Key": 12702286953450386850,
  1076. "Value": 1
  1077. },
  1078. {
  1079. "Key": 13774516555068298355,
  1080. "Value": 1
  1081. }
  1082. ]
  1083. }
  1084. },
  1085. "Component_[7467026437770358200]": {
  1086. "$type": "EditorGraphVariableManagerComponent",
  1087. "Id": 7467026437770358200,
  1088. "m_variableData": {
  1089. "m_nameVariableMap": [
  1090. {
  1091. "Key": {
  1092. "m_id": "{DCD42736-5E9A-4E7F-925F-151B2004F09E}"
  1093. },
  1094. "Value": {
  1095. "Datum": {
  1096. "scriptCanvasType": {
  1097. "m_type": 3
  1098. },
  1099. "isNullPointer": false,
  1100. "$type": "double",
  1101. "value": -4.0
  1102. },
  1103. "VariableId": {
  1104. "m_id": "{DCD42736-5E9A-4E7F-925F-151B2004F09E}"
  1105. },
  1106. "VariableName": "RotationModifier",
  1107. "InitialValueSource": 1
  1108. }
  1109. }
  1110. ]
  1111. }
  1112. }
  1113. }
  1114. }
  1115. }
  1116. }