rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.21k stars 262 forks source link

How can I completely remove scrollablepanel #419

Closed ngodinhdai286 closed 5 months ago

ngodinhdai286 commented 6 months ago

I am using Scrollable Panel. but when I call remove removeAllBackgrounds(true) and removeAll(true), the scrollableBlock and scrollablePanel is not be removed, still overthere

rexrainbow commented 6 months ago

Try scrollablepanel.destroy()

ngodinhdai286 commented 6 months ago

I have used destroy(), but it is still not removed

rexrainbow commented 6 months ago

Test case, disable/enable line 25 to see the result of destroy()