How to check whether a ui_element is hidden or not? #181
Unanswered
mohitcodess
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Quick list for all the visible ones with just their surface/image:
That's what I use to blit them. Slower list for the hidden ones:
That should give you the actual sprite/UIElement. Not tested those myself, just made from looking at the code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do we list all the ui_element manged by a manager? how to check which elements are hidden?
i want to achieve something like this
Beta Was this translation helpful? Give feedback.
All reactions