Basically, I need to set a visible property, or just call a hide() method to make it invisible in the screen, is there any way to do that?.
Asked
Active
Viewed 46 times
1 Answers
1
This currently isn't possible. You have two options, either make the view very small (1x1 px) or remove and recreate the view.
This feature is on our list of enhancements on github, feel free to add a comment there if you have any requirements.
Cheers

Michael
- 3,776
- 1
- 16
- 27
-
I could make it disappear by moving it out of stage, didn't notice any issues with that so far, if it can cause a problem please let me know. – Artemix Jun 08 '16 at 07:31