-
I was wondering if there is a way to easily show and hide UI elements as a group. I tried setting visible on a container to 0, hoping that it would hide the elements within but it only hid the container border. Is there a way to mass show/hide elements in the current version? |
Beta Was this translation helpful? Give feedback.
Answered by
MyreMylar
Aug 6, 2022
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NatSavage
-
tysm! I hadnt seen it. :) |
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
container.hide()
(andcontainer.show()
) should do it since version 0.5.7