Replies: 1 comment 2 replies
-
|
I'm not sure if I'm totally understanding, so let me know if I'm on the wrong path, but generally not a pattern to compose components into another component - you would instead compose entities from components. What are you trying to accomplish in your app/game? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
What happened if i insert a Component A in an Entity where A is a Component that is composed by component B and component C?
Can i make something like that?
Can i retrieve component B or C from queries?
Beta Was this translation helpful? Give feedback.
All reactions