Difference between addChild and addComponent #2732
Unanswered
paulocoutinhox
asked this question in
Q&A
Replies: 1 comment
-
A component is not a node, so is not part of the scene tree. You can use custom components to add functionality to nodes. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
What is the difference between addChild and addComponent in practice?
ADD CHILD:
ADD COMPONENT:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions