[bevy reflect] nest struct or other nest types could be applied recursively? #15466
Unanswered
greenhat616
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you’re asking whether nesting is possible: yes it is. The example you gave should compile fine (excluding the semicolon typo). You can access the nested fields through |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have checked the document and examples. And I haven't noticed a tips on nested type.
Here is a example type defination below. And is it possile create a nest
DynamicStruct
or just use the same logic inGetPath
(via.
access nest struct) to patch the nest object?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions