How to safely remove a tilesetnode from the scene? #31
Unanswered
xiaoxin0214
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's currently very messy, but removing the tileset node from the world node is the right thing to do. I think that calling |
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.
-
I attempted to remove a
TilesetNode
from the scene, but the operation did not behave as expected. I first removed theTilesetNode
from its parentWorldNode
, and then called theshutdown
function.What is the correct way to safely remove a
TilesetNode
from the scene?Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions