3
0

Test_Reference_SimpleReference_GetSet.scriptcanvas 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "ScriptCanvasData",
  5. "ClassData": {
  6. "m_scriptCanvas": {
  7. "Id": {
  8. "id": 739635357779111
  9. },
  10. "Name": "scriptcanvas/tests/variablereferences/test_reference_simplereference_getset.scriptcanvas",
  11. "Components": {
  12. "Component_[10468943879734661404]": {
  13. "$type": "EditorGraphVariableManagerComponent",
  14. "Id": 10468943879734661404,
  15. "m_variableData": {
  16. "m_nameVariableMap": [
  17. {
  18. "Key": {
  19. "m_id": "{4C7B9102-EDAC-4E95-8D3F-1A0DD4140B33}"
  20. },
  21. "Value": {
  22. "Datum": {
  23. "isOverloadedStorage": false,
  24. "scriptCanvasType": {
  25. "m_type": 3
  26. },
  27. "isNullPointer": false,
  28. "$type": "double",
  29. "value": 0.0,
  30. "label": "Number"
  31. },
  32. "VariableId": {
  33. "m_id": "{4C7B9102-EDAC-4E95-8D3F-1A0DD4140B33}"
  34. },
  35. "VariableName": "Four"
  36. }
  37. },
  38. {
  39. "Key": {
  40. "m_id": "{81BA09AD-61C9-47D2-B29B-DED5D735EEAB}"
  41. },
  42. "Value": {
  43. "Datum": {
  44. "isOverloadedStorage": false,
  45. "scriptCanvasType": {
  46. "m_type": 3
  47. },
  48. "isNullPointer": false,
  49. "$type": "double",
  50. "value": 0.0,
  51. "label": "Number"
  52. },
  53. "VariableId": {
  54. "m_id": "{81BA09AD-61C9-47D2-B29B-DED5D735EEAB}"
  55. },
  56. "VariableName": "Result"
  57. }
  58. },
  59. {
  60. "Key": {
  61. "m_id": "{82577841-7607-401C-859D-F45281A6B0FA}"
  62. },
  63. "Value": {
  64. "Datum": {
  65. "isOverloadedStorage": false,
  66. "scriptCanvasType": {
  67. "m_type": 3
  68. },
  69. "isNullPointer": false,
  70. "$type": "double",
  71. "value": 0.0,
  72. "label": "Number"
  73. },
  74. "VariableId": {
  75. "m_id": "{82577841-7607-401C-859D-F45281A6B0FA}"
  76. },
  77. "VariableName": "Two"
  78. }
  79. }
  80. ]
  81. }
  82. },
  83. "Component_[14778139647364208829]": {
  84. "$type": "EditorGraph",
  85. "Id": 14778139647364208829,
  86. "m_graphData": {
  87. "m_nodes": [
  88. {
  89. "Id": {
  90. "id": 739639652746407
  91. },
  92. "Name": "SC-Node(Start)",
  93. "Components": {
  94. "Component_[16162691012081097463]": {
  95. "$type": "Start",
  96. "Id": 16162691012081097463,
  97. "Slots": [
  98. {
  99. "id": {
  100. "m_id": "{2250921E-83DB-484D-8060-9391124A82F2}"
  101. },
  102. "contracts": [
  103. {
  104. "$type": "SlotTypeContract"
  105. }
  106. ],
  107. "slotName": "Out",
  108. "toolTip": "Signaled when the entity that owns this graph is fully activated.",
  109. "Descriptor": {
  110. "ConnectionType": 2,
  111. "SlotType": 1
  112. }
  113. }
  114. ]
  115. }
  116. }
  117. },
  118. {
  119. "Id": {
  120. "id": 739643947713703
  121. },
  122. "Name": "SC-Node(MarkComplete)",
  123. "Components": {
  124. "Component_[18029296483750517157]": {
  125. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  126. "Id": 18029296483750517157,
  127. "Slots": [
  128. {
  129. "isVisibile": false,
  130. "id": {
  131. "m_id": "{CE6D76AE-FE8B-42F1-AC3D-0AB56D7D40D5}"
  132. },
  133. "contracts": [
  134. {
  135. "$type": "SlotTypeContract"
  136. },
  137. null
  138. ],
  139. "slotName": "EntityID: 0",
  140. "Descriptor": {
  141. "ConnectionType": 1,
  142. "SlotType": 2
  143. },
  144. "DataType": 1
  145. },
  146. {
  147. "id": {
  148. "m_id": "{B0308193-9945-4A1E-B7A9-2EA4AE62BC93}"
  149. },
  150. "contracts": [
  151. {
  152. "$type": "SlotTypeContract"
  153. },
  154. null
  155. ],
  156. "slotName": "Report",
  157. "toolTip": "additional notes for the test report",
  158. "DisplayDataType": {
  159. "m_type": 5
  160. },
  161. "Descriptor": {
  162. "ConnectionType": 1,
  163. "SlotType": 2
  164. },
  165. "DataType": 1
  166. },
  167. {
  168. "id": {
  169. "m_id": "{F7356647-C909-4C0E-81BD-F7D6E05861A4}"
  170. },
  171. "contracts": [
  172. {
  173. "$type": "SlotTypeContract"
  174. }
  175. ],
  176. "slotName": "In",
  177. "Descriptor": {
  178. "ConnectionType": 1,
  179. "SlotType": 1
  180. }
  181. },
  182. {
  183. "id": {
  184. "m_id": "{30A5B459-19B0-4ACE-B856-37334067069F}"
  185. },
  186. "contracts": [
  187. {
  188. "$type": "SlotTypeContract"
  189. }
  190. ],
  191. "slotName": "Out",
  192. "Descriptor": {
  193. "ConnectionType": 2,
  194. "SlotType": 1
  195. }
  196. }
  197. ],
  198. "Datums": [
  199. {
  200. "isOverloadedStorage": false,
  201. "scriptCanvasType": {
  202. "m_type": 1
  203. },
  204. "isNullPointer": false,
  205. "$type": "EntityId",
  206. "value": {
  207. "id": 4276206253
  208. }
  209. },
  210. {
  211. "isOverloadedStorage": false,
  212. "scriptCanvasType": {
  213. "m_type": 5
  214. },
  215. "isNullPointer": false,
  216. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  217. "value": "",
  218. "label": "Report"
  219. }
  220. ],
  221. "methodType": 2,
  222. "methodName": "Mark Complete",
  223. "className": "Unit Testing",
  224. "resultSlotIDs": [
  225. {}
  226. ],
  227. "prettyClassName": "Unit Testing"
  228. }
  229. }
  230. },
  231. {
  232. "Id": {
  233. "id": 739648242680999
  234. },
  235. "Name": "SC-Node(ExpectEqual)",
  236. "Components": {
  237. "Component_[18376455586249353627]": {
  238. "$type": "MethodOverloaded",
  239. "Id": 18376455586249353627,
  240. "Slots": [
  241. {
  242. "isVisibile": false,
  243. "id": {
  244. "m_id": "{B3B77A90-AC15-4145-A7CD-6E5A0A88B7B0}"
  245. },
  246. "contracts": [
  247. {
  248. "$type": "SlotTypeContract"
  249. },
  250. null
  251. ],
  252. "slotName": "EntityID: 0",
  253. "Descriptor": {
  254. "ConnectionType": 1,
  255. "SlotType": 2
  256. },
  257. "DataType": 1
  258. },
  259. {
  260. "id": {
  261. "m_id": "{556D4DA4-2CA5-40A4-BBD6-2EA1662D99CB}"
  262. },
  263. "DynamicTypeOverride": 1,
  264. "contracts": [
  265. {
  266. "$type": "SlotTypeContract"
  267. },
  268. null,
  269. {
  270. "$type": "OverloadContract"
  271. }
  272. ],
  273. "slotName": "Candidate",
  274. "toolTip": "left of ==",
  275. "DisplayDataType": {
  276. "m_type": 3
  277. },
  278. "Descriptor": {
  279. "ConnectionType": 1,
  280. "SlotType": 2
  281. },
  282. "DataType": 1,
  283. "IsReference": true,
  284. "VariableReference": {
  285. "m_id": "{81BA09AD-61C9-47D2-B29B-DED5D735EEAB}"
  286. }
  287. },
  288. {
  289. "id": {
  290. "m_id": "{96CA12CA-201B-4D25-A7E4-0943A02633CF}"
  291. },
  292. "DynamicTypeOverride": 1,
  293. "contracts": [
  294. {
  295. "$type": "SlotTypeContract"
  296. },
  297. null,
  298. {
  299. "$type": "OverloadContract"
  300. }
  301. ],
  302. "slotName": "Reference",
  303. "toolTip": "right of ==",
  304. "DisplayDataType": {
  305. "m_type": 3
  306. },
  307. "Descriptor": {
  308. "ConnectionType": 1,
  309. "SlotType": 2
  310. },
  311. "DataType": 1,
  312. "IsReference": true,
  313. "VariableReference": {
  314. "m_id": "{4C7B9102-EDAC-4E95-8D3F-1A0DD4140B33}"
  315. }
  316. },
  317. {
  318. "id": {
  319. "m_id": "{4B7BDE6E-AAA0-46F7-9315-90EC8029D809}"
  320. },
  321. "contracts": [
  322. {
  323. "$type": "SlotTypeContract"
  324. },
  325. null
  326. ],
  327. "slotName": "Report",
  328. "toolTip": "additional notes for the test report",
  329. "DisplayDataType": {
  330. "m_type": 5
  331. },
  332. "Descriptor": {
  333. "ConnectionType": 1,
  334. "SlotType": 2
  335. },
  336. "DataType": 1
  337. },
  338. {
  339. "id": {
  340. "m_id": "{EBBF9C93-36D8-4383-8C4B-409EAE511E39}"
  341. },
  342. "contracts": [
  343. {
  344. "$type": "SlotTypeContract"
  345. }
  346. ],
  347. "slotName": "In",
  348. "Descriptor": {
  349. "ConnectionType": 1,
  350. "SlotType": 1
  351. }
  352. },
  353. {
  354. "id": {
  355. "m_id": "{332D4B09-2F2A-4554-9F29-0952EA0B17EB}"
  356. },
  357. "contracts": [
  358. {
  359. "$type": "SlotTypeContract"
  360. }
  361. ],
  362. "slotName": "Out",
  363. "Descriptor": {
  364. "ConnectionType": 2,
  365. "SlotType": 1
  366. }
  367. }
  368. ],
  369. "Datums": [
  370. {
  371. "isOverloadedStorage": false,
  372. "scriptCanvasType": {
  373. "m_type": 1
  374. },
  375. "isNullPointer": false,
  376. "$type": "EntityId",
  377. "value": {
  378. "id": 4276206253
  379. }
  380. },
  381. {
  382. "isOverloadedStorage": false,
  383. "scriptCanvasType": {
  384. "m_type": 3
  385. },
  386. "isNullPointer": false,
  387. "$type": "double",
  388. "value": 0.0,
  389. "label": "Candidate"
  390. },
  391. {
  392. "isOverloadedStorage": false,
  393. "scriptCanvasType": {
  394. "m_type": 3
  395. },
  396. "isNullPointer": false,
  397. "$type": "double",
  398. "value": 0.0,
  399. "label": "Reference"
  400. },
  401. {
  402. "isOverloadedStorage": false,
  403. "scriptCanvasType": {
  404. "m_type": 5
  405. },
  406. "isNullPointer": false,
  407. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  408. "value": "",
  409. "label": "Report"
  410. }
  411. ],
  412. "methodType": 2,
  413. "methodName": "Expect Equal",
  414. "className": "Unit Testing",
  415. "prettyClassName": "Unit Testing",
  416. "orderedInputSlotIds": [
  417. {
  418. "m_id": "{B3B77A90-AC15-4145-A7CD-6E5A0A88B7B0}"
  419. },
  420. {
  421. "m_id": "{556D4DA4-2CA5-40A4-BBD6-2EA1662D99CB}"
  422. },
  423. {
  424. "m_id": "{96CA12CA-201B-4D25-A7E4-0943A02633CF}"
  425. },
  426. {
  427. "m_id": "{4B7BDE6E-AAA0-46F7-9315-90EC8029D809}"
  428. }
  429. ],
  430. "outputSlotIds": [
  431. {}
  432. ]
  433. }
  434. }
  435. },
  436. {
  437. "Id": {
  438. "id": 739652537648295
  439. },
  440. "Name": "SC-Node(OperatorAdd)",
  441. "Components": {
  442. "Component_[2097636686436051589]": {
  443. "$type": "OperatorAdd",
  444. "Id": 2097636686436051589,
  445. "Slots": [
  446. {
  447. "id": {
  448. "m_id": "{62792B7C-CC4F-49B2-AA89-01C43290BB0B}"
  449. },
  450. "contracts": [
  451. {
  452. "$type": "SlotTypeContract"
  453. }
  454. ],
  455. "slotName": "In",
  456. "Descriptor": {
  457. "ConnectionType": 1,
  458. "SlotType": 1
  459. }
  460. },
  461. {
  462. "id": {
  463. "m_id": "{EDA77EC8-559D-4033-8E8B-7DB08999D153}"
  464. },
  465. "contracts": [
  466. {
  467. "$type": "SlotTypeContract"
  468. }
  469. ],
  470. "slotName": "Out",
  471. "Descriptor": {
  472. "ConnectionType": 2,
  473. "SlotType": 1
  474. }
  475. },
  476. {
  477. "id": {
  478. "m_id": "{6D45B334-4258-4AE3-B8D3-ED52F25526E4}"
  479. },
  480. "DynamicTypeOverride": 3,
  481. "contracts": [
  482. {
  483. "$type": "SlotTypeContract"
  484. },
  485. null,
  486. {
  487. "$type": "MathOperatorContract",
  488. "NativeTypes": [
  489. {
  490. "m_type": 3
  491. },
  492. {
  493. "m_type": 6
  494. },
  495. {
  496. "m_type": 8
  497. },
  498. {
  499. "m_type": 9
  500. },
  501. {
  502. "m_type": 10
  503. },
  504. {
  505. "m_type": 11
  506. },
  507. {
  508. "m_type": 12
  509. },
  510. {
  511. "m_type": 14
  512. },
  513. {
  514. "m_type": 15
  515. }
  516. ]
  517. }
  518. ],
  519. "slotName": "Number",
  520. "toolTip": "An operand to use in performing the specified Operation",
  521. "DisplayDataType": {
  522. "m_type": 3
  523. },
  524. "DisplayGroup": {
  525. "Value": 1114760223
  526. },
  527. "Descriptor": {
  528. "ConnectionType": 1,
  529. "SlotType": 2
  530. },
  531. "DynamicGroup": {
  532. "Value": 1114760223
  533. },
  534. "DataType": 1,
  535. "IsReference": true,
  536. "VariableReference": {
  537. "m_id": "{82577841-7607-401C-859D-F45281A6B0FA}"
  538. }
  539. },
  540. {
  541. "id": {
  542. "m_id": "{7646DB65-D5CD-4B81-B7F9-4F9AE9F01520}"
  543. },
  544. "DynamicTypeOverride": 3,
  545. "contracts": [
  546. {
  547. "$type": "SlotTypeContract"
  548. },
  549. null,
  550. {
  551. "$type": "MathOperatorContract",
  552. "NativeTypes": [
  553. {
  554. "m_type": 3
  555. },
  556. {
  557. "m_type": 6
  558. },
  559. {
  560. "m_type": 8
  561. },
  562. {
  563. "m_type": 9
  564. },
  565. {
  566. "m_type": 10
  567. },
  568. {
  569. "m_type": 11
  570. },
  571. {
  572. "m_type": 12
  573. },
  574. {
  575. "m_type": 14
  576. },
  577. {
  578. "m_type": 15
  579. }
  580. ]
  581. }
  582. ],
  583. "slotName": "Number",
  584. "toolTip": "An operand to use in performing the specified Operation",
  585. "DisplayDataType": {
  586. "m_type": 3
  587. },
  588. "DisplayGroup": {
  589. "Value": 1114760223
  590. },
  591. "Descriptor": {
  592. "ConnectionType": 1,
  593. "SlotType": 2
  594. },
  595. "DynamicGroup": {
  596. "Value": 1114760223
  597. },
  598. "DataType": 1,
  599. "IsReference": true,
  600. "VariableReference": {
  601. "m_id": "{82577841-7607-401C-859D-F45281A6B0FA}"
  602. }
  603. },
  604. {
  605. "id": {
  606. "m_id": "{A85CF609-82CB-453A-A12E-15D0EAF4B35A}"
  607. },
  608. "DynamicTypeOverride": 3,
  609. "contracts": [
  610. {
  611. "$type": "SlotTypeContract"
  612. },
  613. {
  614. "$type": "MathOperatorContract",
  615. "NativeTypes": [
  616. {
  617. "m_type": 3
  618. },
  619. {
  620. "m_type": 6
  621. },
  622. {
  623. "m_type": 8
  624. },
  625. {
  626. "m_type": 9
  627. },
  628. {
  629. "m_type": 10
  630. },
  631. {
  632. "m_type": 11
  633. },
  634. {
  635. "m_type": 12
  636. },
  637. {
  638. "m_type": 14
  639. },
  640. {
  641. "m_type": 15
  642. }
  643. ]
  644. }
  645. ],
  646. "slotName": "Result",
  647. "toolTip": "The result of the specified operation",
  648. "DisplayDataType": {
  649. "m_type": 3
  650. },
  651. "DisplayGroup": {
  652. "Value": 1114760223
  653. },
  654. "Descriptor": {
  655. "ConnectionType": 2,
  656. "SlotType": 2
  657. },
  658. "DynamicGroup": {
  659. "Value": 1114760223
  660. },
  661. "DataType": 1,
  662. "IsReference": true,
  663. "VariableReference": {
  664. "m_id": "{81BA09AD-61C9-47D2-B29B-DED5D735EEAB}"
  665. }
  666. }
  667. ],
  668. "Datums": [
  669. {},
  670. {}
  671. ]
  672. }
  673. }
  674. }
  675. ],
  676. "m_connections": [
  677. {
  678. "Id": {
  679. "id": 739656832615591
  680. },
  681. "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(Add (+): In)",
  682. "Components": {
  683. "Component_[9972009719677047909]": {
  684. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  685. "Id": 9972009719677047909,
  686. "sourceEndpoint": {
  687. "nodeId": {
  688. "id": 739639652746407
  689. },
  690. "slotId": {
  691. "m_id": "{2250921E-83DB-484D-8060-9391124A82F2}"
  692. }
  693. },
  694. "targetEndpoint": {
  695. "nodeId": {
  696. "id": 739652537648295
  697. },
  698. "slotId": {
  699. "m_id": "{62792B7C-CC4F-49B2-AA89-01C43290BB0B}"
  700. }
  701. }
  702. }
  703. }
  704. },
  705. {
  706. "Id": {
  707. "id": 739661127582887
  708. },
  709. "Name": "srcEndpoint=(Expect Equal: Out), destEndpoint=(Mark Complete: In)",
  710. "Components": {
  711. "Component_[8702666491674059337]": {
  712. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  713. "Id": 8702666491674059337,
  714. "sourceEndpoint": {
  715. "nodeId": {
  716. "id": 739648242680999
  717. },
  718. "slotId": {
  719. "m_id": "{332D4B09-2F2A-4554-9F29-0952EA0B17EB}"
  720. }
  721. },
  722. "targetEndpoint": {
  723. "nodeId": {
  724. "id": 739643947713703
  725. },
  726. "slotId": {
  727. "m_id": "{F7356647-C909-4C0E-81BD-F7D6E05861A4}"
  728. }
  729. }
  730. }
  731. }
  732. },
  733. {
  734. "Id": {
  735. "id": 739665422550183
  736. },
  737. "Name": "srcEndpoint=(Add (+): Out), destEndpoint=(Expect Equal: In)",
  738. "Components": {
  739. "Component_[9804630271523420720]": {
  740. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  741. "Id": 9804630271523420720,
  742. "sourceEndpoint": {
  743. "nodeId": {
  744. "id": 739652537648295
  745. },
  746. "slotId": {
  747. "m_id": "{EDA77EC8-559D-4033-8E8B-7DB08999D153}"
  748. }
  749. },
  750. "targetEndpoint": {
  751. "nodeId": {
  752. "id": 739648242680999
  753. },
  754. "slotId": {
  755. "m_id": "{EBBF9C93-36D8-4383-8C4B-409EAE511E39}"
  756. }
  757. }
  758. }
  759. }
  760. }
  761. ]
  762. },
  763. "m_assetType": "{3E2AC8CD-713F-453E-967F-29517F331784}",
  764. "versionData": {
  765. "_grammarVersion": 1,
  766. "_runtimeVersion": 1,
  767. "_fileVersion": 1
  768. },
  769. "m_variableCounter": 4,
  770. "GraphCanvasData": [
  771. {
  772. "Key": {
  773. "id": 739635357779111
  774. },
  775. "Value": {
  776. "ComponentData": {
  777. "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
  778. "$type": "SceneComponentSaveData",
  779. "ViewParams": {
  780. "AnchorX": -340.0,
  781. "AnchorY": -131.0
  782. }
  783. }
  784. }
  785. }
  786. },
  787. {
  788. "Key": {
  789. "id": 739639652746407
  790. },
  791. "Value": {
  792. "ComponentData": {
  793. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  794. "$type": "GeneralNodeTitleComponentSaveData",
  795. "PaletteOverride": "TimeNodeTitlePalette"
  796. },
  797. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  798. "$type": "GeometrySaveData",
  799. "Position": [
  800. -140.0,
  801. 0.0
  802. ]
  803. },
  804. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  805. "$type": "StylingComponentSaveData",
  806. "SubStyle": ".time"
  807. },
  808. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  809. "$type": "PersistentIdComponentSaveData",
  810. "PersistentId": "{80821FE3-FCF5-4C48-B437-E289EFD02B44}"
  811. }
  812. }
  813. }
  814. },
  815. {
  816. "Key": {
  817. "id": 739643947713703
  818. },
  819. "Value": {
  820. "ComponentData": {
  821. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  822. "$type": "NodeSaveData"
  823. },
  824. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  825. "$type": "GeneralNodeTitleComponentSaveData",
  826. "PaletteOverride": "TestingNodeTitlePalette"
  827. },
  828. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  829. "$type": "GeometrySaveData",
  830. "Position": [
  831. 700.0,
  832. 0.0
  833. ]
  834. },
  835. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  836. "$type": "StylingComponentSaveData",
  837. "SubStyle": ".method"
  838. },
  839. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  840. "$type": "PersistentIdComponentSaveData",
  841. "PersistentId": "{DF9D09BC-F6BD-413D-A79C-8616FBC8DD77}"
  842. }
  843. }
  844. }
  845. },
  846. {
  847. "Key": {
  848. "id": 739648242680999
  849. },
  850. "Value": {
  851. "ComponentData": {
  852. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  853. "$type": "NodeSaveData"
  854. },
  855. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  856. "$type": "GeneralNodeTitleComponentSaveData",
  857. "PaletteOverride": "TestingNodeTitlePalette"
  858. },
  859. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  860. "$type": "GeometrySaveData",
  861. "Position": [
  862. 440.0,
  863. 0.0
  864. ]
  865. },
  866. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  867. "$type": "StylingComponentSaveData",
  868. "SubStyle": ".method"
  869. },
  870. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  871. "$type": "PersistentIdComponentSaveData",
  872. "PersistentId": "{5CAA25F4-13F0-43C8-8A71-971C965FC500}"
  873. }
  874. }
  875. }
  876. },
  877. {
  878. "Key": {
  879. "id": 739652537648295
  880. },
  881. "Value": {
  882. "ComponentData": {
  883. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  884. "$type": "GeneralNodeTitleComponentSaveData",
  885. "PaletteOverride": "MathNodeTitlePalette"
  886. },
  887. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  888. "$type": "GeometrySaveData"
  889. },
  890. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  891. "$type": "StylingComponentSaveData",
  892. "SubStyle": ".math"
  893. },
  894. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  895. "$type": "PersistentIdComponentSaveData",
  896. "PersistentId": "{7073C8B1-578D-41DA-9047-DD2770D9F958}"
  897. }
  898. }
  899. }
  900. }
  901. ],
  902. "StatisticsHelper": {
  903. "InstanceCounter": [
  904. {
  905. "Key": 1244476766431948410,
  906. "Value": 1
  907. },
  908. {
  909. "Key": 4053150093067829293,
  910. "Value": 1
  911. },
  912. {
  913. "Key": 4199610336680704683,
  914. "Value": 1
  915. },
  916. {
  917. "Key": 10204019744198319120,
  918. "Value": 1
  919. }
  920. ]
  921. }
  922. }
  923. }
  924. }
  925. }
  926. }