mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
32 lines
No EOL
450 B
Text
32 lines
No EOL
450 B
Text
[
|
|
(
|
|
entity: 328997855,
|
|
components: [
|
|
{
|
|
"type": "ComponentA",
|
|
"map": {
|
|
"x": 3.0,
|
|
"y": 4.0,
|
|
},
|
|
},
|
|
],
|
|
),
|
|
(
|
|
entity: 404566393,
|
|
components: [
|
|
{
|
|
"type": "ComponentA",
|
|
"map": {
|
|
"x": 1.0,
|
|
"y": 2.0,
|
|
},
|
|
},
|
|
{
|
|
"type": "ComponentB",
|
|
"map": {
|
|
"value": "hello",
|
|
},
|
|
},
|
|
],
|
|
),
|
|
] |